aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-27 21:15:31 +0200
committeremersion <contact@emersion.fr>2017-09-27 21:15:31 +0200
commit663bfe4cd8a8c2c9f0de285c8112b108e9a61bae (patch)
tree858810cd3530681753ee4d0dd57b3a50cfea96a6 /include/rootston/view.h
parente001e400221115b0fe41fb48df48e85a2ec4f6ba (diff)
wlr_wl_shell: implement all requests except set_popup
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index eee61563..67ca9b62 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -7,7 +7,10 @@
struct roots_wl_shell_surface {
struct roots_view *view;
- // TODO
+ // TODO: Maybe destroy listener should go in roots_view
+ struct wl_listener destroy;
+ struct wl_listener ping_timeout;
+ // TODO: other stuff
};
struct roots_xdg_surface_v6 {