CVS Update: xc (branch: trunk)

Keith Packard xorg-commit at pdx.freedesktop.org
Sat Aug 14 10:12:37 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	keithp at pdx.	04/08/14 00:12:37

Log message:
  2004-08-14  Keith Packard  <keithp at keithp.com>
  
  	* lib/X11/OpenDis.c: (XOpenDisplay):
  	Use XLIB_SKIP_ARGB_VISUALS environment variable to disable
  	all depth 32 visuals.  Necessary to keep Flash from crashing.
  
  	* programs/Xserver/miext/cw/cw.c: (cwValidateGC):
  	* programs/Xserver/miext/cw/cw_render.c: (cwValidatePicture):
  	Must call ValidateGC/ValidatePicture on "real" GC/Picture to
  	ensure pCompositeClip is set correctly.
  
  	Need to take the composite clip from the "real" GC/Picture and
  	turn it into the clientClip for the backing version.
  
  	* programs/Xserver/miext/damage/damage.c: (damageDamageRegion):
  	Adjust pixmap screen origin to account for drawable->x/y
  	Change debugging output a bit (disabled by default)

Modified files:
      ./:
        ChangeLog 
      xc/lib/X11/:
        OpenDis.c 
      xc/programs/Xserver/miext/cw/:
        cw.c cw_render.c 
      xc/programs/Xserver/miext/damage/:
        damage.c 
  
  Revision      Changes    Path
  1.270         +19 -1     xc/ChangeLog
  1.3           +6 -0      xc/lib/X11/OpenDis.c
  1.9           +15 -6     xc/programs/Xserver/miext/cw/cw.c
  1.8           +17 -16    xc/programs/Xserver/miext/cw/cw_render.c
  1.9           +9 -5      xc/programs/Xserver/miext/damage/damage.c




More information about the xorg-commit mailing list