summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/video.h')
-rw-r--r--src/osd/sdl/video.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/sdl/video.h b/src/osd/sdl/video.h
index 4a3d8b69f9d..913116f6b62 100644
--- a/src/osd/sdl/video.h
+++ b/src/osd/sdl/video.h
@@ -131,9 +131,9 @@ public:
osd_monitor_info *m_next; // pointer to next monitor in list
protected:
virtual void refresh() = 0;
- osd_rect m_pos_size;
- osd_rect m_usuable_pos_size;
- bool m_is_primary;
+ osd_rect m_pos_size;
+ osd_rect m_usuable_pos_size;
+ bool m_is_primary;
char m_name[64];
private:
@@ -185,7 +185,7 @@ struct osd_video_config
int syncrefresh; // sync only to refresh rate
int switchres; // switch resolutions
- int fullstretch; // FXIME: implement in windows!
+ int fullstretch; // FXIME: implement in windows!
// ddraw options
int hwstretch; // stretch using the hardware