From b89f2e9fa3ed933c2d1599be0cdc0f4616ae17c7 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 3 Jan 2007 08:22:08 +0000 Subject: fix breakage in last commit --- xlib/xgc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlib/xgc.c b/xlib/xgc.c index ba65d55..307617f 100644 --- a/xlib/xgc.c +++ b/xlib/xgc.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: xgc.c,v 1.10 2007/01/02 23:39:40 dkf Exp $ + * RCS: @(#) $Id: xgc.c,v 1.11 2007/01/03 08:22:08 das Exp $ */ #include @@ -66,7 +66,7 @@ XCreateGC( #define InitField(name,maskbit,default) \ (gp->name = (mask & (maskbit)) ? values->name : (default)) - InitField(function, GCFunction, GXCopy); + InitField(function, GCFunction, GXcopy); InitField(plane_mask, GCPlaneMask, (unsigned long)(~0)); InitField(foreground, GCForeground, 0); InitField(background, GCBackground, 0xffffff); -- cgit v0.12