Author: manolo
Date: 2011-10-19 10:05:03 -0700 (Wed, 19 Oct 2011)
New Revision: 9141
Log:
Follow the declared type of the fl_window global variable: Window.

Modified:
   branches/branch-1.3/src/Fl_Quartz_Printer.mm

Modified: branches/branch-1.3/src/Fl_Quartz_Printer.mm
===================================================================
--- branches/branch-1.3/src/Fl_Quartz_Printer.mm        2011-10-19 09:42:46 UTC 
(rev 9140)
+++ branches/branch-1.3/src/Fl_Quartz_Printer.mm        2011-10-19 17:05:03 UTC 
(rev 9141)
@@ -257,7 +257,7 @@
   CGContextSaveGState(fl_gc);
   CGContextSaveGState(fl_gc);
   fl_line_style(FL_SOLID);
-  fl_window = (void *)1; // TODO: something better
+  fl_window = (Window)1; // TODO: something better
   fl_clip_region(0);
   if( status == noErr) gc = fl_gc;
   return status != noErr;

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

Reply via email to