From 4dffa31520f66fe0baea574ea391ec58a77eaa49 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 15 Jul 2023 08:41:57 +0200 Subject: Documentation: add detail about primary monitor --- src/screen_xywh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3