[MPlayer-cvslog] CVS: main/libvo x11_common.c,1.186,1.187

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed Feb 2 15:07:16 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv15010/libvo

Modified Files:
	x11_common.c 
Log Message:
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>


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- x11_common.c	27 Dec 2004 11:09:49 -0000	1.186
+++ x11_common.c	2 Feb 2005 14:07:13 -0000	1.187
@@ -37,6 +37,9 @@
 
 #ifdef HAVE_XF86VM
 #include <X11/extensions/xf86vmode.h>
+#endif
+
+#ifdef HAVE_XF86XK
 #include <X11/XF86keysym.h>
 #endif
 




More information about the MPlayer-cvslog mailing list