aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-08 17:28:19 +0200
committeremersion <contact@emersion.fr>2017-10-08 17:28:19 +0200
commit3c6f2f29bf1e1fed571b7ee0715bb65151399c63 (patch)
tree7a6a33fb1e1842e9c9f8e226a38138898c002fd2 /include
parentd09d01236ba5804320bc9ad7d592c5077205f878 (diff)
Do not remove the commit listener
Diffstat (limited to 'include')
-rw-r--r--include/rootston/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 4d0cc5e0..85a6c1e7 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -28,6 +28,8 @@ struct roots_xdg_surface_v6 {
struct wl_listener request_move;
struct wl_listener request_resize;
struct wl_listener request_show_window_menu;
+
+ bool initialized;
};
struct roots_xwayland_surface {