comparison libvo/x11_common.c @ 14636:408bcfa575bf

Separate XF86 video mode extension check from XF86 keysym check as XFree 3.x does not have the latter. based on a patch by Trent Piepho <xyzzy at speakeasy dot org>
author diego
date Wed, 02 Feb 2005 14:07:13 +0000
parents 9b03ad0254ae
children 76d461a061df
comparison
equal deleted inserted replaced
14635:1c277cafd3b1 14636:408bcfa575bf
35 #include <X11/extensions/Xinerama.h> 35 #include <X11/extensions/Xinerama.h>
36 #endif 36 #endif
37 37
38 #ifdef HAVE_XF86VM 38 #ifdef HAVE_XF86VM
39 #include <X11/extensions/xf86vmode.h> 39 #include <X11/extensions/xf86vmode.h>
40 #endif
41
42 #ifdef HAVE_XF86XK
40 #include <X11/XF86keysym.h> 43 #include <X11/XF86keysym.h>
41 #endif 44 #endif
42 45
43 #ifdef HAVE_XV 46 #ifdef HAVE_XV
44 #include <X11/extensions/Xv.h> 47 #include <X11/extensions/Xv.h>