diff options
| author | Manolo Gouy <Manolo> | 2016-02-26 17:17:20 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-26 17:17:20 +0000 |
| commit | 350cca5446fa8e71a6ec75e6caaec5ab0047acae (patch) | |
| tree | e6f52f61f1380366524b997496860c35cdd6b892 /src/screen_xywh.cxx | |
| parent | e8a8cfc0b1f630aaeb979fd24cfedd9ad3320bf8 (diff) | |
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11232 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/screen_xywh.cxx')
| -rw-r--r-- | src/screen_xywh.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen_xywh.cxx b/src/screen_xywh.cxx index 0b7e91bce..335f457e1 100644 --- a/src/screen_xywh.cxx +++ b/src/screen_xywh.cxx @@ -22,11 +22,12 @@ #include <config.h> +#ifndef FL_DOXYGEN void Fl::call_screen_init() { screen_driver()->init(); } - +#endif /** Returns the leftmost x coordinate of the main screen work area. */ int Fl::x() |
