summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.h b/options.h
index cfb6473f3e..e03e719c8a 100644
--- a/options.h
+++ b/options.h
@@ -10,9 +10,12 @@ typedef struct MPOpts {
int screen_size_y;
int vo_screenwidth;
int vo_screenheight;
+ float force_monitor_aspect;
+ float monitor_pixel_aspect;
int vidmode;
int fullscreen;
int vo_dbpp;
+ float vo_panscanrange;
// ranges -100 - 100, 1000 if the vo default should be used
int vo_gamma_gamma;