Wayland: update known limitation about minimum window width.

This commit is contained in:
ManoloFLTK 2022-06-08 16:41:08 +02:00
parent 09340be683
commit c94f8fa693

View File

@ -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 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. 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 * With GTK-style window titlebars, narrow windows are silently forced to be wide enough
set at 134 pixels. 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 * The library should support multi-display configurations in principle, but has not been
tested in that situation. tested in that situation.