xserver/os utils.c,3.96,3.97

Carlos Romero xserver-commit at pdx.freedesktop.org
Wed Jul 7 12:21:09 PDT 2004


Committed by: kidcrash

Update of /cvs/xserver/xserver/os
In directory pdx:/tmp/cvs-serv31969/os

Modified Files:
	utils.c 
Log Message:
Initial kdrive XKB/XINPUT support, use --enable-xkb --enable-xinput


Index: utils.c
===================================================================
RCS file: /cvs/xserver/xserver/os/utils.c,v
retrieving revision 3.96
retrieving revision 3.97
diff -u -d -r3.96 -r3.97
--- utils.c	3 May 2004 15:39:44 -0000	3.96
+++ utils.c	7 Jul 2004 19:21:07 -0000	3.97
@@ -1444,6 +1444,15 @@
     VErrorF(f, args);
     va_end(args);
 }
+
+void
+LogMessage(MessageType type, const char *f, ...)
+{
+    va_list args;
+    va_start(args, f);
+    VErrorF(f, args);
+    va_end(args);
+}
 #endif /* XORGSERVER */
 
 #ifdef SMART_SCHEDULE




More information about the xserver-commit mailing list