Follow the declared type of the fl_window global variable: Window.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9141 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2011-10-19 17:05:03 +00:00
parent c90b78eb56
commit 31489f1f0d

View File

@ -257,7 +257,7 @@ int Fl_System_Printer::start_page (void)
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;