diff options
author | emersion <contact@emersion.fr> | 2017-09-27 21:15:31 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-27 21:15:31 +0200 |
commit | 663bfe4cd8a8c2c9f0de285c8112b108e9a61bae (patch) | |
tree | 858810cd3530681753ee4d0dd57b3a50cfea96a6 /include/rootston | |
parent | e001e400221115b0fe41fb48df48e85a2ec4f6ba (diff) |
wlr_wl_shell: implement all requests except set_popup
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 5 |
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 { |