Wayland: update comment about differences between compositors

Mutter goes back to what it did in earlier versions.
Fortunately, FLTK can handle this change.
This commit is contained in:
ManoloFLTK 2023-04-03 11:20:26 +02:00
parent 7e08bd7e26
commit cebf6b5368
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ static void handle_configure(struct libdecor_frame *frame,
}
window->state = window_state;
// Weston, KDE and recent versions of Mutter, on purpose, don't set the
// Weston, KDE, and some versions of Mutter, on purpose, don't set the
// window width x height when xdg_toplevel_configure runs twice
// during resizable window creation (see https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/6).
// Consequently, libdecor_configuration_get_content_size() may return false twice.