mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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(
|
||||
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");
|
||||
|
||||
zxdg_toplevel_decoration_v1_set_mode(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue