summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Window_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-12-28 11:28:47 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-12-28 11:28:47 +0100
commit30f2ec8185788b6e9a260d77077a2ef2ebed53b2 (patch)
tree98226325df424554da9977f8257a2cac5f4e2cb6 /src/drivers/Wayland/Fl_Wayland_Window_Driver.H
parent614376488568e3eae2289e7d15e453ad6d7285af (diff)
Fix for bug in Mutter Wayland compositor (#878) - cont'd
Add more tests to do additional operations under stricter conditions
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H
index b3d530f00..680ef70b7 100644
--- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H
@@ -163,7 +163,7 @@ struct wld_window {
int floating_width;
int floating_height;
int state;
- bool covered;
+ bool covered; // specially for Mutter and issue #878
};