Index: cfg.c =================================================================== RCS file: /cvsroot/mplayer/main/Gui/cfg.c,v retrieving revision 1.14 diff -u -r1.14 cfg.c --- cfg.c 5 Sep 2002 15:22:45 -0000 1.14 +++ cfg.c 9 Sep 2002 11:27:37 -0000 @@ -44,6 +44,7 @@ extern char * get_path( char * filename ); extern int flip; extern int frame_dropping; +extern int fullscreen; static m_config_t * gui_conf; static config_t gui_opts[] = @@ -111,7 +112,7 @@ audio_equ_row( 5,0 ) audio_equ_row( 5,1 ) audio_equ_row( 5,2 ) audio_equ_row( 5,3 ) audio_equ_row( 5,4 ) audio_equ_row( 5,5 ) audio_equ_row( 5,6 ) audio_equ_row( 5,7 ) audio_equ_row( 5,8 ) audio_equ_row( 5,9 ) #undef audio_equ_row #endif - + { "fs",&fullscreen,CONF_TYPE_FLAG,0,0,1,NULL }, { NULL, NULL, 0, 0, 0, 0, NULL } };