diff options
Diffstat (limited to 'miext')
-rw-r--r-- | miext/cw/cw.c | 1 | ||||
-rw-r--r-- | miext/damage/damage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/miext/cw/cw.c b/miext/cw/cw.c index 58816c9a2..3da3bc3e1 100644 --- a/miext/cw/cw.c +++ b/miext/cw/cw.c @@ -325,7 +325,6 @@ cwCreateGC(GCPtr pGC) ScreenPtr pScreen = pGC->pScreen; Bool ret; - memset(pPriv, 0, sizeof(cwGCRec)); SCREEN_PROLOGUE(pScreen, CreateGC); if ( (ret = (*pScreen->CreateGC)(pGC)) ) diff --git a/miext/damage/damage.c b/miext/damage/damage.c index 2b7e5f229..21cbb78c9 100644 --- a/miext/damage/damage.c +++ b/miext/damage/damage.c @@ -446,7 +446,6 @@ damageCreateGC(GCPtr pGC) damageGCPriv(pGC); Bool ret; - pGC->pCompositeClip = 0; unwrap (pScrPriv, pScreen, CreateGC); if((ret = (*pScreen->CreateGC) (pGC))) { pGCPriv->ops = NULL; |