Merge branch 'master' into stdin

This commit is contained in:
Raphael Robatsch 2021-10-29 23:27:17 +02:00
commit 1c538a003d
3 changed files with 6 additions and 5 deletions

View file

@ -127,7 +127,7 @@ static const struct wl_pointer_listener pointerListener = {
wl_surface_commit(cursorSurface);
}
wl_pointer_set_cursor(pointer, serial, cursorSurface,
cursorImage->hotspot_x, cursorImage->hotspot_y);
cursorImage->hotspot_x, cursorImage->hotspot_y);
},
.leave = [](void* sp, wl_pointer*, uint32_t serial, wl_surface*) {
auto& seat = *static_cast<Seat*>(sp);