mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-04 01:40:21 -05:00
wayland: log: be clear that these are the XCRUSOR_* environment variables
This commit is contained in:
parent
d377221e24
commit
98f3ccfe79
1 changed files with 1 additions and 2 deletions
|
|
@ -912,8 +912,7 @@ wayl_init(const struct config *conf, struct fdm *fdm)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_INFO("cursor theme: %s, size: %u",
|
LOG_INFO("XCURSOR_THEME=%s, XCURSOR_SIZE=%u", wayl->xcursor_theme, wayl->xcursor_size);
|
||||||
wayl->xcursor_theme, wayl->xcursor_size);
|
|
||||||
|
|
||||||
if (!fdm_hook_add(fdm, &fdm_hook, wayl, FDM_HOOK_PRIORITY_LOW)) {
|
if (!fdm_hook_add(fdm, &fdm_hook, wayl, FDM_HOOK_PRIORITY_LOW)) {
|
||||||
LOG_ERR("failed to add FDM hook");
|
LOG_ERR("failed to add FDM hook");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue