Fix a doxygen warning.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10469 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2014-11-25 14:15:36 +00:00
parent 766a181421
commit 972c6ff7df

View File

@ -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;