diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-14 13:09:38 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-14 13:09:38 -0400 |
commit | 42d6112ec21949a336ee8b34469f2695273ee2d6 (patch) | |
tree | 49b2123bcdee1062c047b65718d8844c1049ca20 /miext/cw | |
parent | 9a183d7ba50e31afa133cc03aee7991517a283ea (diff) |
xace: add hooks + new access codes: core protocol GC requests
Diffstat (limited to 'miext/cw')
-rw-r--r-- | miext/cw/cw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/cw/cw.c b/miext/cw/cw.c index 7ee013be1..b03f5e3a8 100644 --- a/miext/cw/cw.c +++ b/miext/cw/cw.c @@ -123,7 +123,7 @@ cwCreateBackingGC(GCPtr pGC, DrawablePtr pDrawable) pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off); pPriv->pBackingGC = CreateGC(pBackingDrawable, GCGraphicsExposures, - &noexpose, &status); + &noexpose, &status, (XID)0, serverClient); if (status != Success) return FALSE; |