bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15500: 24.3.50; NS variant does not build 32-bit on Snow Leopard due


From: Alp Aker
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

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)));
     }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]