xserver/miext/shadow shadow.c, 1.18, 1.19 shalloc.c, 1.3, 1.4 shpacked.c, 1.8, 1.9 shplanar.c, 1.7, 1.8 shplanar8.c, 1.7, 1.8 shrotate.c, 1.8, 1.9 shrotpack.h, 1.7, 1.8 shrotpackYX.h, 1.1, 1.2
Keith Packard <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Sun, 7 Aug 2005 23:25:24 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: keithp Update of /cvs/xserver/xserver/miext/shadow In directory gabe:/tmp/cvs-serv25750/miext/shadow Modified Files: shadow.c shalloc.c shpacked.c shplanar.c shplanar8.c shrotate.c shrotpack.h shrotpackYX.h Log Message: 2005-08-07 Keith Packard <[email protected]> * configure.ac: * dix/dispatch.c: * dix/events.c: * dix/glyphcurs.c: * dix/main.c: * dix/swaprep.c: * dix/xpstubs.c: * fb/fbglyph.c: * hw/kdrive/chips/chipsdraw.c: * hw/kdrive/ephyr/hostx.c: (hostx_screen_init): * hw/kdrive/epson/epson13806draw.c: * hw/kdrive/i810/i810draw.c: * hw/kdrive/mach64/mach64draw.c: * hw/kdrive/nvidia/nvidiadraw.c: * hw/kdrive/smi/smidraw.c: * hw/kdrive/src/kaa.c: * hw/kdrive/src/kinput.c: (KdMouseAccelerate): * include/dixfont.h: * include/dixfontstr.h: * mi/mi.h: * mi/mibstore.c: * mi/miglblt.c: * mi/mipolytext.c: * mi/misprite.c: * mi/miwideline.c: * miext/damage/damage.c: * miext/shadow/shadow.c: * miext/shadow/shalloc.c: * miext/shadow/shpacked.c: * miext/shadow/shplanar.c: * miext/shadow/shplanar8.c: * miext/shadow/shrotate.c: * miext/shadow/shrotpack.h: * miext/shadow/shrotpackYX.h: * os/xstrans.c: * os/xstrans.h: Build with modular X.org libraries and headers. * composite/compwindow.c Don't damage unmoved windows. Let border clip reset leave damage alone, pending actual damage for painting. Index: shadow.c =================================================================== RCS file: /cvs/xserver/xserver/miext/shadow/shadow.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- shadow.c 8 Feb 2005 22:39:20 -0000 1.18 +++ shadow.c 8 Aug 2005 06:25:22 -0000 1.19 @@ -29,9 +29,7 @@ #include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" -#include "font.h" #include "dixfontstr.h" -#include "fontstruct.h" #include "mi.h" #include "regionstr.h" #include "globals.h" Index: shalloc.c =================================================================== RCS file: /cvs/xserver/xserver/miext/shadow/shalloc.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- shalloc.c 11 Sep 2003 05:12:51 -0000 1.3 +++ shalloc.c 8 Aug 2005 06:25:22 -0000 1.4 @@ -29,9 +29,7 @@ #include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" -#include "font.h" #include "dixfontstr.h" -#include "fontstruct.h" #include "mi.h" #include "regionstr.h" #include "globals.h" Index: shpacked.c =================================================================== RCS file: /cvs/xserver/xserver/miext/shadow/shpacked.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- shpacked.c 2 Nov 2003 19:56:11 -0000 1.8 +++ shpacked.c 8 Aug 2005 06:25:22 -0000 1.9 @@ -28,9 +28,7 @@ #include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" -#include "font.h" #include "dixfontstr.h" -#include "fontstruct.h" #include "mi.h" #include "regionstr.h" #include "globals.h" Index: shplanar.c =================================================================== RCS file: /cvs/xserver/xserver/miext/shadow/shplanar.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- shplanar.c 2 Nov 2003 19:56:11 -0000 1.7 +++ shplanar.c 8 Aug 2005 06:25:22 -0000 1.8 @@ -28,9 +28,7 @@ #include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" -#include "font.h" #include "dixfontstr.h" -#include "fontstruct.h" #include "mi.h" #include "regionstr.h" #include "globals.h" Index: shplanar8.c =================================================================== RCS file: /cvs/xserver/xserver/miext/shadow/shplanar8.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- shplanar8.c 2 Nov 2003 19:56:11 -0000 1.7 +++ shplanar8.c 8 Aug 2005 06:25:22 -0000 1.8 @@ -28,9 +28,7 @@ #include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" -#include "font.h" #include "dixfontstr.h" -#include "fontstruct.h" #include "mi.h" #include "regionstr.h" #include "globals.h" Index: shrotate.c =================================================================== RCS file: /cvs/xserver/xserver/miext/shadow/shrotate.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- shrotate.c 2 Nov 2003 19:56:11 -0000 1.8 +++ shrotate.c 8 Aug 2005 06:25:22 -0000 1.9 @@ -28,9 +28,7 @@ #include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" -#include "font.h" #include "dixfontstr.h" -#include "fontstruct.h" #include "mi.h" #include "regionstr.h" #include "globals.h" Index: shrotpack.h =================================================================== RCS file: /cvs/xserver/xserver/miext/shadow/shrotpack.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- shrotpack.h 2 Nov 2003 19:56:11 -0000 1.7 +++ shrotpack.h 8 Aug 2005 06:25:22 -0000 1.8 @@ -30,9 +30,7 @@ #include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" -#include "font.h" #include "dixfontstr.h" -#include "fontstruct.h" #include "mi.h" #include "regionstr.h" #include "globals.h" Index: shrotpackYX.h =================================================================== RCS file: /cvs/xserver/xserver/miext/shadow/shrotpackYX.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- shrotpackYX.h 20 Jul 2004 13:38:23 -0000 1.1 +++ shrotpackYX.h 8 Aug 2005 06:25:22 -0000 1.2 @@ -25,9 +25,7 @@ #include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" -#include "font.h" #include "dixfontstr.h" -#include "fontstruct.h" #include "mi.h" #include "regionstr.h" #include "globals.h"