Merge branch 'master' into stdin
This commit is contained in:
commit
1c538a003d
3 changed files with 6 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue