mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-27 01:41:02 -05:00
xdg_shell: wait for initial commit to unconstrain popups
This commit is contained in:
parent
412c11ea91
commit
f0651c7671
2 changed files with 53 additions and 9 deletions
|
|
@ -26,6 +26,13 @@ struct cg_xdg_decoration {
|
|||
struct wl_listener request_mode;
|
||||
};
|
||||
|
||||
struct cg_xdg_popup {
|
||||
struct wlr_xdg_popup *xdg_popup;
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener commit;
|
||||
};
|
||||
|
||||
void handle_new_xdg_toplevel(struct wl_listener *listener, void *data);
|
||||
void handle_new_xdg_popup(struct wl_listener *listener, void *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue