summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-10-25 10:28:23 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-10-25 10:28:23 -0400
commit6866856dfda896fa657b0aac6e90d833c5bda744 (patch)
tree8942deef1e9c403c120e696e55d43454cb686bdb /TODO
parentcf2bc67ccdf7468e906615840ecd5eb41f17e622 (diff)
Remove leftover of fds_in_tail hack
It's breaking the case of multiple fds in one buffer.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index a4904e1..88f8ee4 100644
--- a/TODO
+++ b/TODO
@@ -8,7 +8,10 @@ Core wayland protocol
- 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.
+ just give up on trying to recover from unknown messages. We need
+ to make sure you never get a message from an interface you don't
+ know about (using per-client id space and subscribe) or include
+ information on number of fds, so marshalling logic can skip.
- generate pointer_focus (and drag focus) on raise/lower, move
windows, all kinds of changes in surface stacking.