summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/video.h')
-rw-r--r--src/osd/windows/video.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/windows/video.h b/src/osd/windows/video.h
index 46eb17978bf..23a8f62bde9 100644
--- a/src/osd/windows/video.h
+++ b/src/osd/windows/video.h
@@ -38,11 +38,11 @@ public:
void refresh();
float get_aspect();
void set_aspect(float a) { aspect = a; }
-
+
win_monitor_info * next; // pointer to next monitor in list
HMONITOR handle; // handle to the monitor
- MONITORINFOEX info; // most recently retrieved info
-private:
+ MONITORINFOEX info; // most recently retrieved info
+private:
float aspect; // computed/configured aspect ratio of the physical device
int reqwidth; // requested width for this monitor
int reqheight; // requested height for this monitor