mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-07 08:21:02 -04:00
wayland: warn when compositor doesn't implement the decoration manager interface
This commit is contained in:
parent
7d021b5b37
commit
6c20abf279
1 changed files with 1 additions and 0 deletions
|
|
@ -1015,6 +1015,7 @@ wayl_win_init(struct terminal *term)
|
||||||
/* No decoration manager - thus we *must* draw our own decorations */
|
/* No decoration manager - thus we *must* draw our own decorations */
|
||||||
win->use_csd = CSD_YES;
|
win->use_csd = CSD_YES;
|
||||||
csd_instantiate(win);
|
csd_instantiate(win);
|
||||||
|
LOG_WARN("no decoration manager available - using CSDs unconditionally");
|
||||||
}
|
}
|
||||||
|
|
||||||
wl_surface_commit(win->surface);
|
wl_surface_commit(win->surface);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue