summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2013-05-15 10:50:10 +0000
committerManolo Gouy <Manolo>2013-05-15 10:50:10 +0000
commit0d04ce9f58f3de2794b891890262e9788b2144f7 (patch)
treeb0bcb8e5c818716cd660fece528b63e3ed636904 /src
parent75076f6a402992feede1a04645fd1454f8bf2f7b (diff)
Fixes a typo introduced at r.9915.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9916 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Paged_Device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Paged_Device.cxx b/src/Fl_Paged_Device.cxx
index 8887d9703..030f0576c 100644
--- a/src/Fl_Paged_Device.cxx
+++ b/src/Fl_Paged_Device.cxx
@@ -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