[xserver-commit] xserver ChangeLog,3.138,3.139
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv1895
Modified Files:
ChangeLog
Log Message:
Fix up the PanoramiX build to actually do something halfway useful (ATM,
only useful in the context of the XFree86 DDX, but that's the 'future' anyway,
so there you go).
I get the feeling I should be using 'ifdef PANORAMIX', not XINERAMA, but
PANORAMIX isn't in an AC_CONDITIONAL. autoconf wizards - maybe this test needs
to be combined with the XINERAMA one so it's always defined as yea or nay?
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.138
retrieving revision 3.139
diff -u -d -r3.138 -r3.139
--- a/ChangeLog 4 Mar 2004 01:24:40 -0000 3.138
+++ b/ChangeLog 7 Mar 2004 11:13:29 -0000 3.139
@@ -1,3 +1,8 @@
+2004-03-07 Daniel Stone <daniel@freedesktop.org>
+ * Xext/Makefile.am, Xext/panoramiX*:
+ Fix up the PanoramiX build so it actually works and does something
+ useful.
+
2004-03-03 Ryan Lortie <desrt@desrt.ca>
* os/utils.c:
Make VerifyDisplayName only accept numeric server numbers.