mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 16:36:37 +08:00
Fixes a typo introduced at r.9915.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9916 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -63,7 +63,7 @@ void Fl_Paged_Device::print_widget(Fl_Widget* widget, int delta_x, int delta_y)
|
||||
Fl_Device_Plugin *pi = (Fl_Device_Plugin*)pm.plugin("opengl.device.fltk.org");
|
||||
if (pi) {
|
||||
int height = 0;
|
||||
#ifdef _APPLE__
|
||||
#ifdef __APPLE__
|
||||
int width;
|
||||
this->printable_rect(&width, &height);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user