xdg_shell: handle xdg_popup reposition signal

We are advertising xdg-shell v4, but forgot to handle this signal.
This commit is contained in:
Simon Ser 2025-06-01 15:05:37 +02:00
parent 9ad44e4f52
commit 5acb4af3e8
2 changed files with 13 additions and 0 deletions

View file

@ -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);