aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rootston/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 85a6c1e7..f8a828cd 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -15,6 +15,10 @@ struct roots_wl_shell_surface {
struct wl_listener request_resize;
struct wl_listener request_set_fullscreen;
struct wl_listener request_set_maximized;
+
+ struct wl_listener surface_commit;
+
+ bool initialized;
};
struct roots_xdg_surface_v6 {