From 21a1c332b00a63afaa82cce00ca5175b1b8dbd96 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Oct 2022 09:49:17 +1100 Subject: [PATCH] GHOST/Wayland: update code comment for Gnome-Shell workaround Note that the bug has been fixed upstream. --- intern/ghost/intern/GHOST_SystemWayland.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp index 5b6963dde7a..5c3f807d678 100644 --- a/intern/ghost/intern/GHOST_SystemWayland.cpp +++ b/intern/ghost/intern/GHOST_SystemWayland.cpp @@ -117,6 +117,8 @@ static bool use_gnome_confine_hack = false; * This define could be removed without changing any functionality, * it just means GNOME users will see verbose warning messages that alert them about * a known problem that needs to be fixed up-stream. + * + * This has been fixed for GNOME 43. Keep the workaround until support for gnome 42 is dropped. * See: https://gitlab.gnome.org/GNOME/mutter/-/issues/2457 */ #define USE_GNOME_KEYBOARD_SUPPRESS_WARNING