summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-14 18:14:48 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-14 18:14:48 +0100
commit4b315d190c41133786cc8b84282a7c102b31c14c (patch)
tree7b5f265f0f1d6bb872fdec91bc58079748c6b676 /src/Fl_Window.cxx
parent6842a43a3170c6f7a852186d5688baebdac16e2c (diff)
Fix dependencies and whitespace issues
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index 18c01151b..6611e0261 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -925,7 +925,7 @@ fl_uintptr_t Fl_Window::os_id() { return pWindowDriver->os_id();}
/**
Maximizes a top-level window to its current screen.
-
+
This function is effective only with a show()'n, resizable, top-level window.
Bordered and borderless windows can be used.
\see Fl_Window::un_maximize(), Fl_Window::maximize_active()