Fix build errors
This commit is contained in:
parent
4fa31ed514
commit
a6087493d9
@ -1,5 +1,5 @@
|
|||||||
--- xorg-server-1.1.1/miext/cw/cw_ops.c.graphics-expose 2006-07-05 20:23:57.000000000 -0400
|
--- xorg-server-1.1.1/miext/cw/cw_ops.c.graphics-expose 2006-07-05 20:23:57.000000000 -0400
|
||||||
+++ xorg-server-1.1.1/miext/cw/cw_ops.c 2006-10-04 23:27:25.000000000 -0400
|
+++ xorg-server-1.1.1/miext/cw/cw_ops.c 2006-10-04 23:54:03.000000000 -0400
|
||||||
@@ -30,6 +30,7 @@
|
@@ -30,6 +30,7 @@
|
||||||
#include "gcstruct.h"
|
#include "gcstruct.h"
|
||||||
#include "pixmapstr.h"
|
#include "pixmapstr.h"
|
||||||
@ -40,9 +40,9 @@
|
|||||||
EPILOGUE(pGC);
|
EPILOGUE(pGC);
|
||||||
|
|
||||||
- return exposed;
|
- return exposed;
|
||||||
+ return miHandleExposure(pSrc, pDst, pGC,
|
+ return miHandleExposures(pSrc, pDst, pGC,
|
||||||
+ osrcx, osrcy, w, h,
|
+ osrcx, osrcy, w, h,
|
||||||
+ odstx, odsty, 0);
|
+ odstx, odsty, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static RegionPtr
|
static RegionPtr
|
||||||
@ -77,9 +77,9 @@
|
|||||||
EPILOGUE(pGC);
|
EPILOGUE(pGC);
|
||||||
|
|
||||||
- return exposed;
|
- return exposed;
|
||||||
+ return miHandleExposure(pSrc, pDst, pGC,
|
+ return miHandleExposures(pSrc, pDst, pGC,
|
||||||
+ osrcx, osrcy, w, h
|
+ osrcx, osrcy, w, h,
|
||||||
+ odstx, odsty, plane);
|
+ odstx, odsty, plane);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user