[xserver-commit] xserver ChangeLog,3.109,3.110
Keith Packard
xserver-commit@pdx.freedesktop.org
Thu, 15 Jan 2004 00:53:46 -0800
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv2073
Modified Files:
ChangeLog
Log Message:
2004-01-15 Keith Packard <keithp@keithp.com>
* composite/compinit.c: (compAddArgbVisual):
* dix/colormap.c:
* fb/fbcmap.c: (fbInitVisuals):
* include/scrnintstr.h:
Add alphaMask to visual so that pixel allocations for ARGB
visuals can include an opaque pixel value.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.109
retrieving revision 3.110
diff -u -d -r3.109 -r3.110
--- ChangeLog 14 Jan 2004 09:59:59 -0000 3.109
+++ ChangeLog 15 Jan 2004 08:53:44 -0000 3.110
@@ -1,3 +1,11 @@
+2004-01-15 Keith Packard <keithp@keithp.com>
+ * composite/compinit.c: (compAddArgbVisual):
+ * dix/colormap.c:
+ * fb/fbcmap.c: (fbInitVisuals):
+ * include/scrnintstr.h:
+ Add alphaMask to visual so that pixel allocations for ARGB
+ visuals can include an opaque pixel value.
+
2004-01-14 Anders Carlsson <andersca@gnome.org>
* hw/kdrive/src/kmode.c: Add IPAQ modeline by Dennis Noordsij.