mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-05 07:15:46 -04:00
A couple more TODO items
This commit is contained in:
parent
3d5bae0700
commit
25694e7c3c
1 changed files with 15 additions and 1 deletions
16
TODO
16
TODO
|
|
@ -168,7 +168,21 @@ Core wayland protocol
|
||||||
- clients needs to allocate the surface to be suitable for
|
- clients needs to allocate the surface to be suitable for
|
||||||
scanout, which they can do whenever they go fullscreen.
|
scanout, which they can do whenever they go fullscreen.
|
||||||
|
|
||||||
- multihead, screen geometry and crtc layout protocol, hotplug
|
- multihead, screen geometry and crtc layout protocol, hotplug, lcd
|
||||||
|
subpixel info
|
||||||
|
|
||||||
|
- a wayland settings protocol to tell clients about themes (icons,
|
||||||
|
cursors, widget themes), fonts details (family, hinting
|
||||||
|
preferences) etc. Just send all settings at connect time, send
|
||||||
|
updates when a setting change. Getting a little close to gconf
|
||||||
|
here, but could be pretty simple:
|
||||||
|
|
||||||
|
interface "settings":
|
||||||
|
event int_value(string name, int value)
|
||||||
|
event string_value(string name, string value)
|
||||||
|
|
||||||
|
but maybe it's better to just require that clients get that from
|
||||||
|
somewhere else (gconf/dbus).
|
||||||
|
|
||||||
- input device discovery, hotplug
|
- input device discovery, hotplug
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue