cage: add back xdg shell handling

This commit is contained in:
Jente Hidskes 2020-07-06 23:55:44 +02:00
parent de61d06406
commit 98d1853254
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
3 changed files with 62 additions and 2 deletions

View file

@ -13,6 +13,11 @@ struct cg_server {
struct wl_list outputs; // cg_output::link
struct wlr_output_layout *output_layout;
struct wl_listener new_output;
struct wl_listener new_xdg_shell_surface;
struct wl_listener view_mapped;
struct wl_listener view_unmapped;
};
#endif