aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/protocols/XDGShell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocols/XDGShell.hpp')
-rw-r--r--src/protocols/XDGShell.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/protocols/XDGShell.hpp b/src/protocols/XDGShell.hpp
index ef847f3b..3b7d2d11 100644
--- a/src/protocols/XDGShell.hpp
+++ b/src/protocols/XDGShell.hpp
@@ -199,12 +199,12 @@ class CXDGSurfaceResource {
void configure();
private:
- SP<CXdgSurface> resource;
+ SP<CXdgSurface> resource;
- uint32_t lastConfigureSerial = 0;
- uint32_t scheduledSerial = 0;
+ uint32_t lastConfigureSerial = 0;
+ uint32_t scheduledSerial = 0;
- wl_event_source* configureSource = nullptr;
+ bool configureScheduled = false;
//
std::vector<WP<CXDGPopupResource>> popups;