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-11-12 09:10:29 +0300
committerCampbell Barton <campbell@blender.org>2022-11-12 09:10:29 +0300
commit41137eb7a511f1bbbc9284370ab56c227f508657 (patch)
tree029e7eb65efe01cf03670782390e8d211bb44262
parente87b99d7f32a5f75816dfaaa9d419a014620dc1f (diff)
parent2a17fd40a56349ee576745e4b544e1e81ba7568a (diff)
Merge branch 'blender-v3.4-release'
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 057c049792d..ed0dc9b5949 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -1522,6 +1522,10 @@ static int ghost_wl_display_event_pump(struct wl_display *wl_display)
{
/* Based on SDL's `Wayland_PumpEvents`. */
int err;
+
+ /* NOTE: Without this, interactions with window borders via LIBDECOR doesn't function. */
+ wl_display_flush(wl_display);
+
if (wl_display_prepare_read(wl_display) == 0) {
/* Use #GWL_IOR_NO_RETRY to ensure #SIGINT will break us out of our wait. */
if (file_descriptor_is_io_ready(