mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Decorations: handle results of kde-server-decoration negotiations
This commit is contained in:
parent
774c7c2dd0
commit
45f894db99
6 changed files with 160 additions and 36 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue