diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-06 15:12:22 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-06 15:12:26 -0400 |
| commit | 6d70202f8052eec7c64730e8a788341eca4a08cb (patch) | |
| tree | d08bb1297b23f64c144283165f69fb9bb73a15df /protocol.xml | |
| parent | Handle failure to reference a buffer name better (diff) | |
| download | wayland-6d70202f8052eec7c64730e8a788341eca4a08cb.tar wayland-6d70202f8052eec7c64730e8a788341eca4a08cb.tar.gz wayland-6d70202f8052eec7c64730e8a788341eca4a08cb.tar.bz2 wayland-6d70202f8052eec7c64730e8a788341eca4a08cb.tar.lz wayland-6d70202f8052eec7c64730e8a788341eca4a08cb.tar.xz wayland-6d70202f8052eec7c64730e8a788341eca4a08cb.tar.zst wayland-6d70202f8052eec7c64730e8a788341eca4a08cb.zip | |
Send out coordinates with pointer_focus event
We can't rely on motion events happening right away, pointer_focus could
change because of windows coming or going etc.
Diffstat (limited to 'protocol.xml')
| -rw-r--r-- | protocol.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocol.xml b/protocol.xml index a0c32a7..50a3480 100644 --- a/protocol.xml +++ b/protocol.xml @@ -124,6 +124,10 @@ <event name="pointer_focus"> <arg name="time" type="uint"/> <arg name="surface" type="surface"/> + <arg name="x" type="int"/> + <arg name="y" type="int"/> + <arg name="surface_x" type="int"/> + <arg name="surface_y" type="int"/> </event> <event name="keyboard_focus"> |
