diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-15 08:41:57 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-15 08:41:57 +0200 |
| commit | 4dffa31520f66fe0baea574ea391ec58a77eaa49 (patch) | |
| tree | 20078159d4dec24838c8c9616ded3ec7a38dc58c /src/screen_xywh.cxx | |
| parent | 5d69828ed08c5f3a254a2d5ae9a9ed65decb54a7 (diff) | |
Documentation: add detail about primary monitor
Diffstat (limited to 'src/screen_xywh.cxx')
| -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 |
