diff options
Diffstat (limited to 'xorg-server/hw/xwin/winmonitors.h')
-rw-r--r-- | xorg-server/hw/xwin/winmonitors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winmonitors.h b/xorg-server/hw/xwin/winmonitors.h index acef48274..2e83b6c8e 100644 --- a/xorg-server/hw/xwin/winmonitors.h +++ b/xorg-server/hw/xwin/winmonitors.h @@ -9,6 +9,7 @@ struct GetMonitorInfoData { int monitorOffsetY; int monitorHeight; int monitorWidth; + HMONITOR monitorHandle; }; Bool QueryMonitor(int index, struct GetMonitorInfoData *data); |