Struct
SpiceClientGLibDisplayMonitorConfig
Description [src]
struct SpiceDisplayMonitorConfig {
guint id;
guint surface_id;
guint x;
guint y;
guint width;
guint height;
}
Holds a monitor configuration.
Structure members
id:guintMonitor id.
surface_id:guintMonitor surface id.
x:guintX position of the monitor.
y:guintY position of the monitor.
width:guintWidth of the monitor.
height:guintHeight of the monitor.