[xserver-commit] xserver ChangeLog,3.26.2.13,3.26.2.14
Keith Packard
xserver-commit@pdx.freedesktop.org
Fri, 31 Oct 2003 13:48:12 -0800
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv21043
Modified Files:
Tag: xfixes_2_branch
ChangeLog
Log Message:
* Xext/shm.c: (ShmRegisterFbFuncs):
* Xext/shmint.h:
* dix/window.c: (SetWinSize), (SetBorderSize):
* fb/Makefile.am:
* fb/fbcmap.c:
* fb/fboverlay.c:
* include/windowstr.h:
* mi/mivaltree.c: (miComputeClips):
Move MIT-SHM server declarations to shmint.h
Start APPORTION dix hooks
Comment out fbHasVisualTypes as it appears unused
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.26.2.13
retrieving revision 3.26.2.14
diff -u -d -r3.26.2.13 -r3.26.2.14
--- ChangeLog 29 Oct 2003 16:26:26 -0000 3.26.2.13
+++ ChangeLog 31 Oct 2003 21:48:09 -0000 3.26.2.14
@@ -1,3 +1,17 @@
+2003-10-31 Keith Packard <keithp@keithp.com>
+
+ * Xext/shm.c: (ShmRegisterFbFuncs):
+ * Xext/shmint.h:
+ * dix/window.c: (SetWinSize), (SetBorderSize):
+ * fb/Makefile.am:
+ * fb/fbcmap.c:
+ * fb/fboverlay.c:
+ * include/windowstr.h:
+ * mi/mivaltree.c: (miComputeClips):
+ Move MIT-SHM server declarations to shmint.h
+ Start APPORTION dix hooks
+ Comment out fbHasVisualTypes as it appears unused
+
2003-10-29 Keith Packard <keithp@keithp.com>
* Xext/bigreq.c: (BigReqExtensionInit):