summaryrefslogtreecommitdiff
path: root/miext/cw
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-08-14 13:09:38 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-08-14 13:09:38 -0400
commit42d6112ec21949a336ee8b34469f2695273ee2d6 (patch)
tree49b2123bcdee1062c047b65718d8844c1049ca20 /miext/cw
parent9a183d7ba50e31afa133cc03aee7991517a283ea (diff)
xace: add hooks + new access codes: core protocol GC requests
Diffstat (limited to 'miext/cw')
-rw-r--r--miext/cw/cw.c2
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;