[Xserver-commit] xserver ChangeLog,3.25,3.26
Keith Packard
commit@keithp.com
Thu, 16 Oct 2003 01:03:27 -0700
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv12321
Modified Files:
ChangeLog
Log Message:
* hw/kdrive/src/kdoffscreen.c: (KdOffscreenSwapOut/KdOffscreenSwapIn)
Discard/reconstruct list of offscreen areas on VT switch so no
allocations can occur while switched away.
* hw/kdrive/src/kdrive.h: (KdScreenInfo)
Set type of off_screen_areas member to actual type instead of pointer
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.25
retrieving revision 3.26
diff -u -d -r3.25 -r3.26
--- ChangeLog 15 Oct 2003 05:43:13 -0000 3.25
+++ ChangeLog 16 Oct 2003 08:03:25 -0000 3.26
@@ -1,3 +1,10 @@
+2003-10-16 Keith Packard <keithp@keithp.com>
+ * hw/kdrive/src/kdoffscreen.c: (KdOffscreenSwapOut/KdOffscreenSwapIn)
+ Discard/reconstruct list of offscreen areas on VT switch so no
+ allocations can occur while switched away.
+ * hw/kdrive/src/kdrive.h: (KdScreenInfo)
+ Set type of off_screen_areas member to actual type instead of pointer
+
2003-10-15 Anders Carlsson <andersca@gnome.org>
* hw/kdrive/mach64/mach64.c: (mach64ScreenInit):