[Bf-blender-cvs] [21a1c332b00] master: GHOST/Wayland: update code comment for Gnome-Shell workaround

Campbell Barton noreply at git.blender.org
Thu Oct 20 01:09:23 CEST 2022


Commit: 21a1c332b00a63afaa82cce00ca5175b1b8dbd96
Author: Campbell Barton
Date:   Thu Oct 20 09:49:17 2022 +1100
Branches: master
https://developer.blender.org/rB21a1c332b00a63afaa82cce00ca5175b1b8dbd96

GHOST/Wayland: update code comment for Gnome-Shell workaround

Note that the bug has been fixed upstream.

===================================================================

M	intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

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



More information about the Bf-blender-cvs mailing list