summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-06-08 16:41:08 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-06-08 16:41:08 +0200
commitc94f8fa6938b711f1f8cd558d8eec3c5e9d1881c (patch)
tree81d04a9d2f54b0e95bd5a44c2c28b7132aaf9a49
parent09340be6837e046d460409f8ba8835c6ca61075e (diff)
Wayland: update known limitation about minimum window width.
-rw-r--r--README.Wayland.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt
index 5e33dda18..840f37213 100644
--- a/README.Wayland.txt
+++ b/README.Wayland.txt
@@ -77,8 +77,8 @@ a minimized window has no effect.
the system clipboard, that is, Fl::add_clipboard_notify() has no effect. The FLTK API to
read from and write to the system clipboard is fully functional, though.
-* With GTK-style window titlebars, the minimum width of a window is currently
-set at 134 pixels.
+* With GTK-style window titlebars, narrow windows are silently forced to be wide enough
+for the titlebar to display window buttons and a few letters of the title.
* The library should support multi-display configurations in principle, but has not been
tested in that situation.