Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-10-20 01:49:17 +0300
committerCampbell Barton <campbell@blender.org>2022-10-20 02:03:55 +0300
commit21a1c332b00a63afaa82cce00ca5175b1b8dbd96 (patch)
tree56139fe1432cb3963d73abfa24d8bd4be96e7509
parent09e3ea49dbbec15a8fcc79cc609f6dc8c13bc91f (diff)
GHOST/Wayland: update code comment for Gnome-Shell workaround
Note that the bug has been fixed upstream.
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp2
1 files changed, 2 insertions, 0 deletions
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