[xserver-commit] xserver ChangeLog,3.123,3.124
Eric Anholt
xserver-commit@pdx.freedesktop.org
Sat, 24 Jan 2004 21:34:40 -0800
Committed by: anholt
Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver
Modified Files:
ChangeLog
Log Message:
Fix a warning (prototype missing).
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.123
retrieving revision 3.124
diff -u -d -r3.123 -r3.124
--- ChangeLog 25 Jan 2004 05:31:22 -0000 3.123
+++ ChangeLog 25 Jan 2004 05:34:07 -0000 3.124
@@ -1,5 +1,10 @@
2004-01-24 Eric Anholt <anholt@FreeBSD.org>
+ * dri/dri.c:
+ Fix a warning (prototype missing).
+
+2004-01-24 Eric Anholt <anholt@FreeBSD.org>
+
* hw/kdrive/ati/ati_dri.c:
Disable GLX visuals code on !GLXEXT, and remove a useless prototype.