mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
bar/wayland: remove debug output
This commit is contained in:
parent
6f22edaba6
commit
b73e3acd0a
1 changed files with 0 additions and 3 deletions
|
@ -282,9 +282,6 @@ seat_handle_capabilities(void *data, struct wl_seat *wl_seat,
|
||||||
LOG_INFO("seat %p: cursor theme: %s, size: %u",
|
LOG_INFO("seat %p: cursor theme: %s, size: %u",
|
||||||
wl_seat, cursor_theme, cursor_size);
|
wl_seat, cursor_theme, cursor_size);
|
||||||
|
|
||||||
assert(backend->shm);
|
|
||||||
LOG_INFO("SCALE: %d", backend->scale);
|
|
||||||
|
|
||||||
struct wl_cursor_theme *theme = wl_cursor_theme_load(
|
struct wl_cursor_theme *theme = wl_cursor_theme_load(
|
||||||
cursor_theme, cursor_size * backend->scale, backend->shm);
|
cursor_theme, cursor_size * backend->scale, backend->shm);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue