Decorations: handle results of kde-server-decoration negotiations

This commit is contained in:
Johan Malm 2023-03-22 19:56:59 +00:00 committed by Johan Malm
parent 5ee2ec7fff
commit ef30e3750d
6 changed files with 160 additions and 36 deletions

View file

@ -3,7 +3,13 @@
#define __LAB_DECORATIONS_H
struct server;
struct view;
struct wlr_surface;
void kde_server_decoration_init(struct server *server);
void xdg_server_decoration_init(struct server *server);
void kde_server_decoration_update_default(void);
void kde_server_decoration_set_view(struct view *view, struct wlr_surface *surface);
#endif /* __LAB_DECORATIONS_H */