mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-15 06:59:49 -05:00
Add timestamp to pointer image attach request
This lets the server discard requests received after the pointer has exited and the re-entered a surface.
This commit is contained in:
parent
6dcf8718ae
commit
ce457ba68c
7 changed files with 15 additions and 13 deletions
|
|
@ -49,7 +49,7 @@ scanner : \
|
|||
|
||||
scanner : LDLIBS += $(EXPAT_LIBS)
|
||||
|
||||
install : $(libs) compositor
|
||||
install : $(libs)
|
||||
install -d $(libdir) $(includedir) $(libdir)/pkgconfig
|
||||
install wayland-server.pc wayland-client.pc $(libdir)/pkgconfig
|
||||
install $(libs) $(libdir)
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@
|
|||
|
||||
<interface name="input_device" version="1">
|
||||
<request name="attach">
|
||||
<arg name="time" type="uint"/>
|
||||
<arg name="buffer" type="object" interface="buffer"/>
|
||||
<arg name="hotspot_x" type="int"/>
|
||||
<arg name="hotspot_y" type="int"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue