diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-30 09:47:36 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-30 09:47:36 -0400 |
| commit | 45b7789a8b59d86d35ff29acb1b1d48a8e666f6e (patch) | |
| tree | 09dacc23a5718446a175f9f1e263484c2b4a7cd5 /TODO | |
| parent | flower: Clear surface (diff) | |
| download | wayland-45b7789a8b59d86d35ff29acb1b1d48a8e666f6e.tar wayland-45b7789a8b59d86d35ff29acb1b1d48a8e666f6e.tar.gz wayland-45b7789a8b59d86d35ff29acb1b1d48a8e666f6e.tar.bz2 wayland-45b7789a8b59d86d35ff29acb1b1d48a8e666f6e.tar.lz wayland-45b7789a8b59d86d35ff29acb1b1d48a8e666f6e.tar.xz wayland-45b7789a8b59d86d35ff29acb1b1d48a8e666f6e.tar.zst wayland-45b7789a8b59d86d35ff29acb1b1d48a8e666f6e.zip | |
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.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
