Author: manolo
Date: 2011-09-15 06:33:04 -0700 (Thu, 15 Sep 2011)
New Revision: 9038
Log:
Allow 32-bit compilation.

Modified:
   branches/branch-3.0/src/fltk3/cocoa_font.cxx

Modified: branches/branch-3.0/src/fltk3/cocoa_font.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/cocoa_font.cxx        2011-09-15 12:25:11 UTC 
(rev 9037)
+++ branches/branch-3.0/src/fltk3/cocoa_font.cxx        2011-09-15 13:33:04 UTC 
(rev 9038)
@@ -354,7 +354,7 @@
 
   // Here's my ATSU text measuring attempt... This seems to do the Right Thing
   // now collect our ATSU resources and measure our text string
-  layout = fltk3::fontsize->layout;
+  layout = fontsize->layout;
   // activate the current GC
   iSize = sizeof(CGContextRef);
   iTag = kATSUCGContextTag;
@@ -431,7 +431,7 @@
 
 // Here's my ATSU text measuring attempt... This seems to do the Right Thing
   // now collect our ATSU resources and measure our text string
-  layout = fltk3::fontsize->layout;
+  layout = fontsize->layout;
         // activate the current GC
   iSize = sizeof(CGContextRef);
   iTag = kATSUCGContextTag;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to