mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-16 22:05:58 -05:00
xdg_shell: handle xdg_popup reposition signal
We are advertising xdg-shell v4, but forgot to handle this signal.
This commit is contained in:
parent
9ad44e4f52
commit
5acb4af3e8
2 changed files with 13 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ struct cg_xdg_popup {
|
|||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener commit;
|
||||
struct wl_listener reposition;
|
||||
};
|
||||
|
||||
void handle_new_xdg_toplevel(struct wl_listener *listener, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue