diff 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
line wrap: on
line diff
--- a/libvo/x11_common.c	Wed Feb 02 14:02:26 2005 +0000
+++ b/libvo/x11_common.c	Wed Feb 02 14:07:13 2005 +0000
@@ -37,6 +37,9 @@
 
 #ifdef HAVE_XF86VM
 #include <X11/extensions/xf86vmode.h>
+#endif
+
+#ifdef HAVE_XF86XK
 #include <X11/XF86keysym.h>
 #endif