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:
parent
c90b78eb56
commit
31489f1f0d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user