diff options
Diffstat (limited to 'src/osd/sdl/video.h')
-rw-r--r-- | src/osd/sdl/video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/sdl/video.h b/src/osd/sdl/video.h index 8cccf59e471..843583a8a06 100644 --- a/src/osd/sdl/video.h +++ b/src/osd/sdl/video.h @@ -70,6 +70,7 @@ struct sdl_monitor_info float aspect; // computed/configured aspect ratio of the physical device int center_width; // width of first physical screen for centering int center_height; // height of first physical screen for centering + int monitor_x; // X position of this monitor in virtual desktop space (SDL virtual space has them all horizontally stacked, not real geometry) }; |