debrix/hw/xorg/common debrixInit.c,1.1,1.2
Daniel Stone
xserver-commit at pdx.freedesktop.org
Tue Jul 6 16:53:59 PDT 2004
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/common
In directory pdx:/tmp/cvs-serv18452/hw/xorg/common
Modified Files:
debrixInit.c
Log Message:
* configure.ac:
Minor cleanups; add some XKB defines.
* hw/xorg/common/debrixInit.c:
Add space in printed string (cosmetic).
* hw/xorg/loader/xf86sym.c:
Add in a bunch of symbols, so atimisc loads on my Mach64.
* xkb/Makefile.am:
Remove defines as per configure.ac.
* xkb/XKB*.c:
Add in a heap of missing #include <config.h>'s for xkbfile-derived
code.
Index: debrixInit.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/common/debrixInit.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- debrixInit.c 1 Jul 2004 18:17:45 -0000 1.1
+++ debrixInit.c 6 Jul 2004 23:53:56 -0000 1.2
@@ -59,6 +59,6 @@
}
else
xf86MsgVerb(X_INFO, 0,
- "Module\"%s\" loaded as builtin.\n", m);
+ "Module \"%s\" loaded as builtin.\n", m);
}
}
More information about the xserver-commit
mailing list