summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-08-10 20:32:19 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-08-10 20:32:19 +0200
commit666bbda70e6ec79fa997c3a87f0bfb8179a47b2a (patch)
treedc41ce3135f91807c98853f5e4a341f4dade7228 /src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
parent4077dfa629d43aedf445d828e809d1732205c6f7 (diff)
Fix tabs, trailing spaces, and update dependencies
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
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()) {