mirror of
https://github.com/swaywm/sway.git
synced 2026-04-04 07:15:48 -04:00
Address review feedback
This commit is contained in:
parent
c4e92c81f5
commit
38bdd4bdeb
2 changed files with 12 additions and 13 deletions
|
|
@ -319,7 +319,7 @@ void bar_setup(struct swaybar *bar,
|
|||
}
|
||||
|
||||
pointer->cursor_theme = wl_cursor_theme_load(
|
||||
NULL, 16 * (max_scale * 2), bar->shm);
|
||||
NULL, 24 * max_scale, bar->shm);
|
||||
assert(pointer->cursor_theme);
|
||||
struct wl_cursor *cursor;
|
||||
cursor = wl_cursor_theme_get_cursor(pointer->cursor_theme, "left_ptr");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue