From b14909a955259c3b9c3494a5096ceed81397926c Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 24 Apr 2008 07:23:15 +0300 Subject: Move opt_screen_size_[x|y] to options struct --- options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 3369948080..fc470765fa 100644 --- a/options.h +++ b/options.h @@ -6,6 +6,8 @@ typedef struct MPOpts { char **audio_driver_list; int fixed_vo; int vo_ontop; + int screen_size_x; + int screen_size_y; int vo_screenwidth; int vo_screenheight; int vidmode; -- cgit v1.2.3