mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-25 09:07:23 -04:00
Remove leftover of fds_in_tail hack
It's breaking the case of multiple fds in one buffer.
This commit is contained in:
parent
cf2bc67ccd
commit
6866856dfd
2 changed files with 4 additions and 3 deletions
5
TODO
5
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue