mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
xdg_shell: use new lifecycle events
This commit is contained in:
parent
7cc49d2292
commit
874a4a1e79
4 changed files with 66 additions and 63 deletions
3
server.h
3
server.h
|
|
@ -44,7 +44,8 @@ struct cg_server {
|
|||
struct wl_listener output_layout_change;
|
||||
|
||||
struct wl_listener xdg_toplevel_decoration;
|
||||
struct wl_listener new_xdg_shell_surface;
|
||||
struct wl_listener new_xdg_toplevel;
|
||||
struct wl_listener new_xdg_popup;
|
||||
|
||||
struct wl_listener new_virtual_keyboard;
|
||||
struct wl_listener new_virtual_pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue