mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-23 06:59:48 -05:00
cage: add back xdg shell handling
This commit is contained in:
parent
de61d06406
commit
98d1853254
3 changed files with 62 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue