diff options
| author | Manolo Gouy <Manolo> | 2015-06-11 11:51:33 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-06-11 11:51:33 +0000 |
| commit | 2d23313b4e28e4ac65f32be22e84d434fd57228b (patch) | |
| tree | b27135ef19769acd57f5446555bdc71a2b748365 | |
| parent | 416c0d99d3c6657ed927ca0ed877214261fa4b32 (diff) | |
Removed Doxygen warning.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_Device.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index a0f5b4338..40562c7de 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -26,7 +26,9 @@ const char *Fl_Display_Device::class_id = "Fl_Display_Device"; const char *Fl_Graphics_Driver::class_id = "Fl_Graphics_Driver"; #if defined(__APPLE__) || defined(FL_DOXYGEN) const char *Fl_Quartz_Graphics_Driver::class_id = "Fl_Quartz_Graphics_Driver"; -bool Fl_Display_Device::high_res_window_ = false; +# ifndef FL_DOXYGEN + bool Fl_Display_Device::high_res_window_ = false; +# endif #endif #if defined(WIN32) || defined(FL_DOXYGEN) const char *Fl_GDI_Graphics_Driver::class_id = "Fl_GDI_Graphics_Driver"; |
