diff options
| author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | 2012-06-28 18:08:03 +0300 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-28 14:13:41 -0400 |
| commit | c30ad0d9da08a95246471483bfc66410a4153564 (patch) | |
| tree | 4f660781af94c2489d28eee557541e3b9cd317e7 /protocol | |
| parent | wl_shell: Don't require that parent surfaces are wl_shell_surfaces (diff) | |
| download | wayland-c30ad0d9da08a95246471483bfc66410a4153564.tar wayland-c30ad0d9da08a95246471483bfc66410a4153564.tar.gz wayland-c30ad0d9da08a95246471483bfc66410a4153564.tar.bz2 wayland-c30ad0d9da08a95246471483bfc66410a4153564.tar.lz wayland-c30ad0d9da08a95246471483bfc66410a4153564.tar.xz wayland-c30ad0d9da08a95246471483bfc66410a4153564.tar.zst wayland-c30ad0d9da08a95246471483bfc66410a4153564.zip | |
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.
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index fba5947..5260ecf 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -777,8 +777,9 @@ <description summary="set the pointer surface"> Set the pointer surface, i.e., the surface that contains the pointer image. This request only takes effect if the pointer - focus for this device is one of the requesting client surfaces. - If there was a previous surface set with this request it is + focus for this device is one of the requesting client surfaces + 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. The parameters hotspot_x and hotspot_y define the position of |
