diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Window.H | 4 |
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); |
