Return values in Wayland XML specification
Wojciech Kluczka
wojciech.kluczka at gmail.com
Mon May 15 05:05:26 UTC 2017
In Wayland array can contain only integers.
See how listing of outputs is done. Server creates one global `wl_output`
per output, client binds to the global, server sends events with output
parameters (list of modes among them) and then event `done` to indicate it
stopped sending info about this output. You probably don't want one global
per window. I'd go with one global `window_manager` which sends events (one
per window) after bind and after creation of window (or on request,
depending on your needs).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20170515/59fa4221/attachment.html>
More information about the wayland-devel
mailing list