diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2012-04-20 13:43:08 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-04-20 13:43:08 -0400 |
| commit | 9d37682db32f16eb69a76d21569af6cac0d3d08c (patch) | |
| tree | 89249f59bd38bdaa41f4e2bb5564823c41ba9695 /TODO | |
| parent | Add wl_surface.enter and wl_surface.leave events (diff) | |
| download | wayland-9d37682db32f16eb69a76d21569af6cac0d3d08c.tar wayland-9d37682db32f16eb69a76d21569af6cac0d3d08c.tar.gz wayland-9d37682db32f16eb69a76d21569af6cac0d3d08c.tar.bz2 wayland-9d37682db32f16eb69a76d21569af6cac0d3d08c.tar.lz wayland-9d37682db32f16eb69a76d21569af6cac0d3d08c.tar.xz wayland-9d37682db32f16eb69a76d21569af6cac0d3d08c.tar.zst wayland-9d37682db32f16eb69a76d21569af6cac0d3d08c.zip | |
Update TODO
Casey did surface.enter/leave.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3,12 +3,6 @@ Core wayland protocol - scanner: wl_* prefix removal: split it out into a namespace part so we can call variables "surface" instead of "wl_surface"? - - we need surface.enter/leave events to be emitted as the surface - enters and leaves outputs. This lets us track which output(s) a - surface is currently showing on, which affects how we render - (subpixel information, dpi, rotation). By using enter/leave - events, a surface can be on multiple output. - - We need rotation information in the output (multiples of 90 degress) and we'll need a way for a client to communicate that it has rendered it's buffer according to the output rotation. The |
