xdg-shell: chase events update

This commit is contained in:
Kirill Primak 2023-07-11 15:09:14 +03:00 committed by Simon Ser
parent 128b6253a9
commit 47e6a1164c
7 changed files with 133 additions and 109 deletions

View file

@ -16,4 +16,6 @@ struct sway_xdg_decoration {
struct sway_xdg_decoration *xdg_decoration_from_surface(
struct wlr_surface *surface);
void set_xdg_decoration_mode(struct sway_xdg_decoration *deco);
#endif