mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
Merge branch 'xcursor-getenv-fix'
This commit is contained in:
commit
7930652b30
1 changed files with 2 additions and 1 deletions
|
|
@ -1630,7 +1630,6 @@ wayl_reload_xcursor_theme(struct seat *seat, int new_scale)
|
||||||
seat->pointer.cursor = NULL;
|
seat->pointer.cursor = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *xcursor_theme = getenv("XCURSOR_THEME");
|
|
||||||
int xcursor_size = 24;
|
int xcursor_size = 24;
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -1642,6 +1641,8 @@ wayl_reload_xcursor_theme(struct seat *seat, int new_scale)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const char *xcursor_theme = getenv("XCURSOR_THEME");
|
||||||
|
|
||||||
LOG_INFO("cursor theme: %s, size: %u, scale: %d",
|
LOG_INFO("cursor theme: %s, size: %u, scale: %d",
|
||||||
xcursor_theme, xcursor_size, new_scale);
|
xcursor_theme, xcursor_size, new_scale);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue