diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /mi/mibank.c | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'mi/mibank.c')
-rw-r--r-- | mi/mibank.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mi/mibank.c b/mi/mibank.c index a6e1942c2..cc2796edb 100644 --- a/mi/mibank.c +++ b/mi/mibank.c @@ -44,7 +44,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/mi/mibank.c,v 1.13 2003/01/01 19:16:42 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/mi/mibank.c,v 1.15 2003/11/10 18:39:16 tsi Exp $ */ /* * This thing originated from an idea of Edwin Goei and his bank switching @@ -300,7 +300,7 @@ static unsigned long miBankGeneration = 0; #define GCOP_0D_ARGS mode, #define GCOP_1D_ARGS -#define GCOP_2D_ARGS shape, mode, +#define GCOP_2D_ARGS shape, mode, #define GCOP_COMPLEX(aop, atype) \ if (nArray > 0) \ @@ -1911,7 +1911,7 @@ miBankPaintWindow( } else { - REGION_INIT(pScreen, &tmpReg, NullBox, 0); + REGION_NULL(pScreen, &tmpReg); for (i = 0; i < pScreenPriv->nBanks; i++) { @@ -2082,7 +2082,7 @@ miBankSaveAreas( } else { - REGION_INIT(pScreen, &rgnClipped, NullBox, 0); + REGION_NULL(pScreen, &rgnClipped); REGION_TRANSLATE(pScreen, prgnSave, xorg, yorg); for (i = 0; i < pScreenPriv->nBanks; i++) @@ -2136,7 +2136,7 @@ miBankRestoreAreas( } else { - REGION_INIT(pScreen, &rgnClipped, NullBox, 0); + REGION_NULL(pScreen, &rgnClipped); for (i = 0; i < pScreenPriv->nBanks; i++) { |