mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-14 04:28:49 -05:00
xdg_shell: use new lifecycle events
This commit is contained in:
parent
6ca613f289
commit
34f366d4d0
4 changed files with 66 additions and 63 deletions
|
|
@ -24,7 +24,8 @@ struct cg_xdg_decoration {
|
|||
struct wl_listener request_mode;
|
||||
};
|
||||
|
||||
void handle_xdg_shell_surface_new(struct wl_listener *listener, void *data);
|
||||
void handle_new_xdg_toplevel(struct wl_listener *listener, void *data);
|
||||
void handle_new_xdg_popup(struct wl_listener *listener, void *data);
|
||||
|
||||
void handle_xdg_toplevel_decoration(struct wl_listener *listener, void *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue