mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-27 06:59:51 -05:00
protocol: Change wording of pointer.set_cursor()
Change the description of pointer.set_cursor() so that a client without pointer focus but that currently owns the pointer surface can update the hotspot using it.
This commit is contained in:
parent
ae6f3001a5
commit
c30ad0d9da
1 changed files with 3 additions and 2 deletions
|
|
@ -777,8 +777,9 @@
|
||||||
<description summary="set the pointer surface">
|
<description summary="set the pointer surface">
|
||||||
Set the pointer surface, i.e., the surface that contains the
|
Set the pointer surface, i.e., the surface that contains the
|
||||||
pointer image. This request only takes effect if the pointer
|
pointer image. This request only takes effect if the pointer
|
||||||
focus for this device is one of the requesting client surfaces.
|
focus for this device is one of the requesting client surfaces
|
||||||
If there was a previous surface set with this request it is
|
or the surface parameter is the current pointer surface. If
|
||||||
|
there was a previous surface set with this request it is
|
||||||
replaced. If surface is NULL, the pointer image is hidden.
|
replaced. If surface is NULL, the pointer image is hidden.
|
||||||
|
|
||||||
The parameters hotspot_x and hotspot_y define the position of
|
The parameters hotspot_x and hotspot_y define the position of
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue