diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/screen_xywh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_xywh.cxx b/src/screen_xywh.cxx index 0634a686e..604611d6b 100644 --- a/src/screen_xywh.cxx +++ b/src/screen_xywh.cxx @@ -105,7 +105,7 @@ void Fl::screen_work_area(int &X, int &Y, int &W, int &H, int n) /** Gets the screen bounding rect for the given screen. - Under Windows, Mac OS X, and the Gnome desktop, screen #0 contains the menubar/taskbar + Under Windows, Mac OS X, and X11 + the Gnome desktop, screen #0 contains the menubar/taskbar \param[out] X,Y,W,H the corresponding screen bounding box \param[in] n the screen number (0 to Fl::screen_count() - 1) \note Like all quantities accessible via public APIs of FLTK, values of \p X,Y,W,H |
