mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-21 05:34:00 -04:00
Return a closure object from wl_connection_demarshal
This way we can invoke it multiple times without having to demarshal and build the cfi every time.
This commit is contained in:
parent
8ca1cc20a1
commit
45b7789a8b
5 changed files with 142 additions and 104 deletions
4
TODO
4
TODO
|
|
@ -1,5 +1,9 @@
|
|||
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.
|
||||
|
||||
- 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