CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 04/03/30 02:34:07
Log message:
47. Free XrmDB in XCloseDisplay() only when implicitely allocated by
XGetDefaults(). If Client allocates it itself it should free it also.
Trying to free it for the client may result in segfault if the client
has already freed it (Egbert Eich).
46. Protect removeOverlapsWithBrides() from NULL pointer in target
(Egbert Eich).
45. Fixed stretching option and centering in C&T driver (Egbert Eich).
44. Added support for memory size tweaking in BIOS for i845 (Egbert Eich,
thanks to Christian Ziez).
43. Removed video playback dependency on Accel in NSC drivers (Egbert Eich).
42. Fix HW cursor state on Savage driver when entering VT as some BIOSes
seem to enable it unconditionally (Egbert Eich).
41. Fixed Emulate3Button message to distinguish between 'hard' (ie.
configured) and 'soft' (ie. automatic emulation that is disabled as
soon as the middle button is pressed) (Egbert Eich).
- fixed some comments, variable sizes, debugging xfs.
Modified files:
xc/lib/X11/:
GetDflt.c OpenDis.c Xlibint.h Xrm.c
xc/programs/Xserver/hw/xfree86/:
CHANGELOG
xc/programs/Xserver/hw/xfree86/common/:
xf86pciBus.c
xc/programs/Xserver/hw/xfree86/drivers/chips/:
ct_driver.c
xc/programs/Xserver/hw/xfree86/drivers/i810/:
i830.h i830_driver.c
xc/programs/Xserver/hw/xfree86/drivers/nsc/:
nsc_gx1_video.c nsc_gx2_video.c
xc/programs/Xserver/hw/xfree86/drivers/savage/:
savage_driver.c
xc/programs/Xserver/hw/xfree86/drivers/tdfx/:
tdfx_video.c
xc/programs/Xserver/hw/xfree86/input/mouse/:
mouse.c
xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c
xc/programs/xfs/difs/:
fonts.c
Revision Changes Path
3.24 +3 -2 xc/lib/X11/GetDflt.c
3.18 +2 -1 xc/lib/X11/OpenDis.c
3.29 +1 -0 xc/lib/X11/Xlibint.h
3.24 +5 -0 xc/lib/X11/Xrm.c
3.3196 +16 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
3.79 +7 -2 xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
1.134 +21 -17 xc/programs/Xserver/hw/xfree86/drivers/chips/ct_driver.c
1.14 +3 -2 xc/programs/Xserver/hw/xfree86/drivers/i810/i830.h
1.52 +12 -9 xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c
1.10 +13 -16 xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_video.c
1.9 +37 -40 xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_video.c
1.50 +7 -1
xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.c
1.22 +1 -1 xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_video.c
1.81 +8 -6 xc/programs/Xserver/hw/xfree86/input/mouse/mouse.c
1.84 +4 -4 xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
3.15 +5 -2 xc/programs/xfs/difs/fonts.c
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit