summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-04-03 11:20:26 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-04-03 11:20:26 +0200
commitcebf6b5368df24f6a1ef22eb901ecbcdae445eaf (patch)
tree140e94416bd80d91c1e43895b73043dd276d7058 /src/drivers
parent7e08bd7e2622c9ec57e1ab240ba49be231f83e97 (diff)
Wayland: update comment about differences between compositors
Mutter goes back to what it did in earlier versions. Fortunately, FLTK can handle this change.
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
index 9136950ed..24d87c15c 100644
--- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
@@ -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.