From c94f8fa6938b711f1f8cd558d8eec3c5e9d1881c Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:41:08 +0200 Subject: [PATCH] Wayland: update known limitation about minimum window width. --- README.Wayland.txt | 4 ++-- 1 file 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.