diff options
| -rw-r--r-- | FL/Fl_Device.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 5fc731d69..73ad0d081 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -548,7 +548,9 @@ class FL_EXPORT Fl_Display_Device : public Fl_Surface_Device { static Fl_Display_Device *_display; // the platform display device #ifdef __APPLE__ friend class Fl_X; - static bool high_res_window_; // true when drawing to a window of a retina display +#endif +#if defined(__APPLE__) || defined(FL_DOXYGEN) + static bool high_res_window_; //< true when drawing to a window of a retina display (Mac OS X only) #endif public: static const char *class_id; |
