summaryrefslogtreecommitdiff
path: root/hw/xwin/winmonitors.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winmonitors.h')
-rw-r--r--hw/xwin/winmonitors.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/hw/xwin/winmonitors.h b/hw/xwin/winmonitors.h
index 180566b00..acef48274 100644
--- a/hw/xwin/winmonitors.h
+++ b/hw/xwin/winmonitors.h
@@ -1,14 +1,14 @@
/* data returned for monitor information */
struct GetMonitorInfoData {
- int requestedMonitor;
- int monitorNum;
+ int requestedMonitor;
+ int monitorNum;
Bool bUserSpecifiedMonitor;
Bool bMonitorSpecifiedExists;
- int monitorOffsetX;
- int monitorOffsetY;
- int monitorHeight;
- int monitorWidth;
+ int monitorOffsetX;
+ int monitorOffsetY;
+ int monitorHeight;
+ int monitorWidth;
};
Bool QueryMonitor(int index, struct GetMonitorInfoData *data);