# HG changeset patch # User alex # Date 1006092596 0 # Node ID 291f45785de97faa38fe73252fb5a645995e386c # Parent 9989497ab31e99b2b61122ca1adebc86478c494f fix to compile when SHM is disabled diff -r 9989497ab31e -r 291f45785de9 libvo/vo_x11.c --- a/libvo/vo_x11.c Sun Nov 18 13:10:22 2001 +0000 +++ b/libvo/vo_x11.c Sun Nov 18 14:09:56 2001 +0000 @@ -27,7 +27,7 @@ #include #include -#include +//#include #ifdef HAVE_XF86VM #include #endif @@ -74,6 +74,8 @@ //static int vo_dwidth,vo_dheight; +static int Flip_Flag; + #define SH_MEM #ifdef SH_MEM @@ -92,8 +94,6 @@ static int gXErrorFlag; static int CompletionType=-1; -static int Flip_Flag; - static void InstallXErrorHandler() { //XSetErrorHandler( HandleXError );