From 972c6ff7df138b263f38a86b2308e634c259404f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 25 Nov 2014 14:15:36 +0000 Subject: [PATCH] Fix a doxygen warning. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10469 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Device.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;