diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-13 17:42:47 -0200 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-02 23:37:53 -0400 |
commit | 7bd0cc7bdcd35776875d6dbd72cfc6d7202ec7a1 (patch) | |
tree | a1e5b24b67d8f53ddc63d602620b9723c7b76816 /Eyes.c | |
parent | c9f41fb6e62924cc257b75721947ee690ae45df9 (diff) | |
download | xeyes-7bd0cc7bdcd35776875d6dbd72cfc6d7202ec7a1.tar.gz xeyes-7bd0cc7bdcd35776875d6dbd72cfc6d7202ec7a1.tar.bz2 xeyes-7bd0cc7bdcd35776875d6dbd72cfc6d7202ec7a1.zip |
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
Diffstat (limited to 'Eyes.c')
-rw-r--r-- | Eyes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ( |