From 42d6112ec21949a336ee8b34469f2695273ee2d6 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Tue, 14 Aug 2007 13:09:38 -0400 Subject: xace: add hooks + new access codes: core protocol GC requests --- miext/cw/cw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miext') 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; -- cgit v1.2.3