render: xcursor_update(): convert local ‘scale’ variable to float

This commit is contained in:
Daniel Eklöf 2023-06-22 14:37:31 +02:00
parent d8f64d1047
commit 2bb7b28837
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -4276,7 +4276,7 @@ render_xcursor_update(struct seat *seat)
xassert(seat->pointer.cursor != NULL);
const int scale = seat->pointer.scale;
const float scale = seat->pointer.scale;
struct wl_cursor_image *image = seat->pointer.cursor->images[0];
wl_surface_attach(