From 666bbda70e6ec79fa997c3a87f0bfb8179a47b2a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 10 Aug 2024 20:32:19 +0200 Subject: Fix tabs, trailing spaces, and update dependencies --- src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/Wayland') diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx index 318fc61f4..33615c3c6 100644 --- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx @@ -1832,7 +1832,7 @@ void Fl_Wayland_Window_Driver::resize(int X, int Y, int W, int H) { // When moving or resizing a non-GL subwindow independently from its parent, this condition // delays application of X,Y,W,H values until the compositor signals // it's ready for a new frame using the frame callback mechanism. - if ((parent && parent->damage()) || depth > 1 || pWindow->as_gl_window() || !parent_xid || + if ((parent && parent->damage()) || depth > 1 || pWindow->as_gl_window() || !parent_xid || wait_for_expose_value || (parent_xid->frame_cb && !xid_rect)) { if (is_a_resize) { if (pWindow->parent()) { -- cgit v1.2.3