all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alp Aker <alptekin.aker@gmail.com>
To: Peter Dyballa <Peter_Dyballa@freenet.de>
Cc: 15500@debbugs.gnu.org
Subject: bug#15500: 24.3.50; NS variant does not build 32-bit on Snow Leopard due to parameter of incompatible type 'CGRect'
Date: Tue, 1 Oct 2013 11:27:03 -0400	[thread overview]
Message-ID: <CACxch4oZfptjSj+r7=D5-13cXzKiUW2-+2yxhuqbE9Myh_1Dtw@mail.gmail.com> (raw)
In-Reply-To: <03889B54-9F3D-4B1F-8F08-43FF4C24ED86@Freenet.DE>

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

Does the following patch fix that?

=== modified file 'src/macfont.m'
--- src/macfont.m 2013-09-22 09:31:55 +0000
+++ src/macfont.m 2013-10-01 15:21:23 +0000
@@ -2708,7 +2708,7 @@
     {
       CG_SET_FILL_COLOR_WITH_GC_BACKGROUND (context, s);
       CGContextFillRect (context,
-  NSMakeRect (x, y,
+  CGRectMake (x, y,
                                      s->width, FONT_HEIGHT (s->font)));
     }

[-- Attachment #2: Type: text/html, Size: 935 bytes --]

  reply	other threads:[~2013-10-01 15:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-01 11:02 bug#15500: 24.3.50; NS variant does not build 32-bit on Snow Leopard due to parameter of incompatible type 'CGRect' Peter Dyballa
2013-10-01 15:27 ` Alp Aker [this message]
2013-10-02  3:30   ` Alp Aker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACxch4oZfptjSj+r7=D5-13cXzKiUW2-+2yxhuqbE9Myh_1Dtw@mail.gmail.com' \
    --to=alptekin.aker@gmail.com \
    --cc=15500@debbugs.gnu.org \
    --cc=Peter_Dyballa@freenet.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.