summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-11-01 15:43:18 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-11-01 15:43:18 +0100
commit818e2b77d141574a8ef8cf50bbe33241206a2ee9 (patch)
tree891dd586a1a8bce20f4b640f6bd98f337c838e0e /FL
parent34f465add2c95aaba012d0f6444ad7478c420327 (diff)
Wayland: Fix issue in maximization of a borderless window (#1099)
Also fixes scenarios mixing fullscreen and maximization: - maximize - set fullscreen - unset fullscreen - un-maximize with and without window border.
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Window.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index d5a3be8f3..c684927ab 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -217,7 +217,9 @@ public:
*/
void resize(int X,int Y,int W,int H) FL_OVERRIDE;
/** Sets whether or not the window manager border is around the window.
- The default value is true. <I>With some X window
+ The default value is true. The macOS platform ignores requests to change the
+ border state of a fullscreen or maximized window.
+ <I>With some X window
managers, this does not work after show() has been called.</I>
*/
void border(int b);