<windows> ‐ A container for the list of the rendering window(s)
None.
This element contains a set of window layout elements that characterize the top windows in which the geometry is rendered.
This element must contain as many window layouts as top windows to be displayed.
The example below defines a display made of two top windows, a main window and an auxiliary window that reproduces the content of the main window at a smaller scale.
<windows> <window type="main_window" id="main" width="512" height="300" x="0" y="0" user_id="user_1" /> <window type="monitor_window" id="aux" width="128" height="128" x="0" y="256" main_window_id="main" /> </windows>