aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_wl_shell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h
index 6133b80d..e768d9d5 100644
--- a/include/wlr/types/wlr_wl_shell.h
+++ b/include/wlr/types/wlr_wl_shell.h
@@ -51,6 +51,7 @@ struct wlr_wl_shell_surface {
struct wl_client *client;
struct wl_resource *resource;
struct wlr_surface *surface;
+ bool configured;
struct wl_list link;
uint32_t ping_serial;
@@ -65,6 +66,7 @@ struct wlr_wl_shell_surface {
char *class;
struct wl_listener surface_destroy_listener;
+ struct wl_listener surface_commit_listener;
struct wlr_wl_shell_surface *parent;
struct wl_list child_link;