From 15ea5ffcfca5b67ac09bdae6f5028ac2d4bb7d30 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 Nov 2001 14:09:56 +0000 Subject: fix to compile when SHM is disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2970 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_x11.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libvo/vo_x11.c') diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 1fe561f368..f541e0120a 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -27,7 +27,7 @@ LIBVO_EXTERN( x11 ) #include #include -#include +//#include #ifdef HAVE_XF86VM #include #endif @@ -74,6 +74,8 @@ static int X_already_started=0; //static int vo_dwidth,vo_dheight; +static int Flip_Flag; + #define SH_MEM #ifdef SH_MEM @@ -92,8 +94,6 @@ static XShmSegmentInfo Shminfo[1]; static int gXErrorFlag; static int CompletionType=-1; -static int Flip_Flag; - static void InstallXErrorHandler() { //XSetErrorHandler( HandleXError ); -- cgit v1.2.3