From 7bd0cc7bdcd35776875d6dbd72cfc6d7202ec7a1 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Tue, 13 Jan 2009 17:42:47 -0200 Subject: Ansification and compile warning fixes. This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings. Change-Id: I83f1a63f147aa49276f9011870243ae6ccd5d287 --- Eyes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eyes.c') diff --git a/Eyes.c b/Eyes.c index 181d794..745ba99 100644 --- a/Eyes.c +++ b/Eyes.c @@ -169,7 +169,7 @@ static void Initialize ( &shape_error_base)) w->eyes.shape_window = False; w->eyes.shape_mask = 0; - w->eyes.shapeGC = 0; + w->eyes.shapeGC = NULL; } static void eyeLiner ( -- cgit v1.2.3