25 int x,
y, width, height;
void SelectMonitorChangeEvents(Display *dpy, Window window)
Enable receiving monitor change events for the given display at w.
Definition: monitors.c:277
Definition: monitors.h:24
int IsMonitorChangeEvent(Display *dpy, int type)
Returns the event type that indicates a change to the monitor configuration.
Definition: monitors.c:290
size_t GetMonitors(Display *dpy, Window window, Monitor *out_monitors, size_t max_monitors)
Queries the current monitor configuration.
Definition: monitors.c:243
int y
Definition: monitors.h:25