summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-09-14 15:39:45 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-09-14 15:39:45 -0400
commitce457ba68cd44ec4514abc2d0e3589388397d72d (patch)
treedfb90af547ea8c0ffcec0df42ec0fbc429726579 /TODO
parent6dcf8718ae3ae44a0e2022ce2a2c318430936fe6 (diff)
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index c864b69..9be90be 100644
--- a/TODO
+++ b/TODO
@@ -6,12 +6,6 @@ Core wayland protocol
another menu item), but we need events for the popup menu surface
as well.
- - input_device.attach() should use a timestamp so the server can
- discard late requests (sending a request to set the pointer image
- in response to a motion event, the pointer leaves and then reenters
- the surface, before the server receives the reqest -> the server
- must discard it).
-
- The message format has to include information about number of fds
in the message so we can skip a message correctly. Or we should
just give up on trying to recover from unknown messages.