From 818e2b77d141574a8ef8cf50bbe33241206a2ee9 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:43:18 +0100 Subject: 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. --- FL/Fl_Window.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'FL') 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. 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. + With some X window managers, this does not work after show() has been called. */ void border(int b); -- cgit v1.2.3