From 41d6879236d2792300c57fc9825878ba4f634edd Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 24 Apr 2008 06:58:16 +0300 Subject: Move fullscreen to options struct --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 7b46ab15e6..6048a6af99 100644 --- a/options.h +++ b/options.h @@ -8,6 +8,7 @@ typedef struct MPOpts { int vo_ontop; int vo_screenwidth; int vo_screenheight; + int fullscreen; int vo_dbpp; int correct_pts; int loop_times; -- cgit v1.2.3