FLTK logo

[Library] r9038 - branches/branch-3.0/src/fltk3

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r9038 - branches/branch-3.0/src/fltk3 fltk-dev Sep 15, 2011  
 
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;

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.