aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-08 17:59:38 +0200
committeremersion <contact@emersion.fr>2017-10-08 17:59:38 +0200
commit3774d6c2c0d8072cd742d21c2996cf53bca9f78a (patch)
treef09a63972b0210a4b17b7df466c5632534c70287 /include/rootston/view.h
parent3c6f2f29bf1e1fed571b7ee0715bb65151399c63 (diff)
Center wl shell views
Diffstat (limited to 'include/rootston/view.h')
-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 {