From 1d1ddcb5931150c9cce405f1e39157195749bc00 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 1 May 2008 11:14:29 +0300 Subject: Move aspect.c options to option struct --- options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options.h') 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; -- cgit v1.2.3