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: guint

Monitor id.

surface_id: guint

Monitor surface id.

x: guint

X position of the monitor.

y: guint

Y position of the monitor.

width: guint

Width of the monitor.

height: guint

Height of the monitor.