mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
wayland: log: say 'requesting' instead of 'referring' client/server decorations
This commit is contained in:
parent
c5a1af4e53
commit
4f90cbda59
1 changed files with 1 additions and 1 deletions
|
|
@ -1015,7 +1015,7 @@ wayl_win_init(struct terminal *term)
|
||||||
win->xdg_toplevel_decoration = zxdg_decoration_manager_v1_get_toplevel_decoration(
|
win->xdg_toplevel_decoration = zxdg_decoration_manager_v1_get_toplevel_decoration(
|
||||||
wayl->xdg_decoration_manager, win->xdg_toplevel);
|
wayl->xdg_decoration_manager, win->xdg_toplevel);
|
||||||
|
|
||||||
LOG_INFO("preferring %s decorations",
|
LOG_INFO("requesting %s decorations",
|
||||||
conf->csd.preferred == CONF_CSD_PREFER_SERVER ? "SSD" : "CSD");
|
conf->csd.preferred == CONF_CSD_PREFER_SERVER ? "SSD" : "CSD");
|
||||||
|
|
||||||
zxdg_toplevel_decoration_v1_set_mode(
|
zxdg_toplevel_decoration_v1_set_mode(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue