summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-10-19 17:05:03 +0000
committerManolo Gouy <Manolo>2011-10-19 17:05:03 +0000
commit31489f1f0da9c629e032b68e86d630343b2ba73b (patch)
tree7e4a684d47935880e5cfef44d5a24b1f9944862c /src
parentc90b78eb56bdd9d15bc6ca1c73f2bd662f7e2d21 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Quartz_Printer.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Quartz_Printer.mm b/src/Fl_Quartz_Printer.mm
index a045d5ed0..07b8c0003 100644
--- a/src/Fl_Quartz_Printer.mm
+++ b/src/Fl_Quartz_Printer.mm
@@ -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;