comparison libvo/vo_xmga.c @ 27377:d58d06eafe83

Change a bunch of X11-specific preprocessor directives. Switch from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Mon, 04 Aug 2008 06:16:23 +0000
parents 5fe6a8adf569
children 3da3930bf2ac
comparison
equal deleted inserted replaced
27376:d1192f8e7df4 27377:d58d06eafe83
27 27
28 #include <X11/Xlib.h> 28 #include <X11/Xlib.h>
29 #include <X11/Xutil.h> 29 #include <X11/Xutil.h>
30 #include <errno.h> 30 #include <errno.h>
31 31
32 #ifdef HAVE_XINERAMA 32 #ifdef CONFIG_XINERAMA
33 #include <X11/extensions/Xinerama.h> 33 #include <X11/extensions/Xinerama.h>
34 #endif 34 #endif
35 35
36 #include "x11_common.h" 36 #include "x11_common.h"
37 #include "sub.h" 37 #include "sub.h"