aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winmonitors.h
blob: 5f255b0cec982971757120cc7888b4bb7f576f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/* data returned for monitor information */
struct GetMonitorInfoData {
    int  requestedMonitor;
    int  monitorNum;
    Bool bUserSpecifiedMonitor;
    Bool bMonitorSpecifiedExists;
    int  monitorOffsetX;
    int  monitorOffsetY;
    int  monitorHeight;
    int  monitorWidth;
    HMONITOR monitorHandle;
};

Bool QueryMonitor(int index, struct GetMonitorInfoData *data);