mirror of
https://github.com/labwc/labwc.git
synced 2026-03-22 05:33:57 -04:00
tree-wide: rename g_server to just server
This commit is contained in:
parent
8d46da9db1
commit
4f72e6775e
61 changed files with 955 additions and 955 deletions
|
|
@ -7,12 +7,12 @@ struct view;
|
|||
struct wlr_surface;
|
||||
|
||||
void kde_server_decoration_init(void);
|
||||
void xdg_server_decoration_init(void);
|
||||
void xdserver_decoration_init(void);
|
||||
|
||||
void kde_server_decoration_update_default(void);
|
||||
void kde_server_decoration_set_view(struct view *view, struct wlr_surface *surface);
|
||||
|
||||
void kde_server_decoration_finish(void);
|
||||
void xdg_server_decoration_finish(void);
|
||||
void xdserver_decoration_finish(void);
|
||||
|
||||
#endif /* LABWC_DECORATIONS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue