mirror of
https://github.com/labwc/labwc.git
synced 2026-03-23 05:34:52 -04:00
decorations: fix accidental rename
Fixes: 4f72e6775e
("tree-wide: rename g_server to just server")
This commit is contained in:
parent
a2e0de7676
commit
9550bccef2
3 changed files with 6 additions and 6 deletions
|
|
@ -115,7 +115,7 @@ xdg_toplevel_decoration(struct wl_listener *listener, void *data)
|
|||
}
|
||||
|
||||
void
|
||||
xdserver_decoration_init(void)
|
||||
xdg_server_decoration_init(void)
|
||||
{
|
||||
struct wlr_xdg_decoration_manager_v1 *xdg_deco_mgr = NULL;
|
||||
xdg_deco_mgr = wlr_xdg_decoration_manager_v1_create(server.wl_display);
|
||||
|
|
@ -130,7 +130,7 @@ xdserver_decoration_init(void)
|
|||
}
|
||||
|
||||
void
|
||||
xdserver_decoration_finish(void)
|
||||
xdg_server_decoration_finish(void)
|
||||
{
|
||||
wl_list_remove(&server.xdg_toplevel_decoration.link);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue