diff mplayer.c @ 4981:bfc652fc7f43

rewrite fullscreen support in some libvo driver
author pontscho
date Thu, 07 Mar 2002 17:50:25 +0000
parents 5da7b1522a9f
children 9842148f6053
line wrap: on
line diff
--- a/mplayer.c	Thu Mar 07 16:57:40 2002 +0000
+++ b/mplayer.c	Thu Mar 07 17:50:25 2002 +0000
@@ -261,7 +261,7 @@
 // screen info:
 char* video_driver=NULL; //"mga"; // default
 char* audio_driver=NULL;
-static int fullscreen=0;
+int fullscreen=0;
 static int vidmode=0;
 int softzoom=0;
 static int flip=-1;