mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
rcxml: s/csd/xdg_shell_server_side_deco
This commit is contained in:
parent
090e78b85a
commit
35ff6e5bb0
11 changed files with 27 additions and 21 deletions
|
|
@ -217,7 +217,7 @@ void server_init(struct server *server)
|
|||
exit(EXIT_FAILURE);
|
||||
}
|
||||
wlr_server_decoration_manager_set_default_mode(
|
||||
deco_mgr, !rc.client_side_decorations ?
|
||||
deco_mgr, rc.xdg_shell_server_side_deco ?
|
||||
WLR_SERVER_DECORATION_MANAGER_MODE_SERVER :
|
||||
WLR_SERVER_DECORATION_MANAGER_MODE_CLIENT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue