020fdf491d
Passing a non-zero offset to cursor buffer and then calling
wl_pointer.set_cursor doesn't make much sense, as any offset will
immediately be reset. The protocol specifies the cursor set by
wl_pointer.set_cursor to be
> The parameters hotspot_x and hotspot_y define the position of
> the pointer surface relative to the pointer location. Its
> top-left corner is always at (x, y) - (hotspot_x, hotspot_y),
> where (x, y) are the coordinates of the pointer location, in
> surface-local coordinates.
This leaves no room available for any previously set offsets to be kept
in response to wl_pointer.set_cursor.
(cherry picked from commit
|
||
---|---|---|
.. | ||
include | ||
libuwac | ||
protocols | ||
CMakeLists.txt | ||
uwac.pc.in | ||
uwacConfig.cmake.in | ||
uwacVersion.cmake |