wlr_wl_shell: implement all requests except set_popup

This commit is contained in:
emersion 2017-09-27 21:15:31 +02:00
parent e001e40022
commit 663bfe4cd8
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 262 additions and 40 deletions

View file

@ -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 {