3.26. Window List

<windows> ‐ A container for the list of the rendering window(s)

3.26.1. Attributes

None.

3.26.2. Description

This element contains a set of window layout elements that characterize the top windows in which the geometry is rendered.

3.26.3. Expected content

This element must contain as many window layouts as top windows to be displayed.

3.26.4. Example

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>