From afcad0de54ecd1a8bfaf261e4e6882985a234963 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 31 Jul 2013 22:24:22 -0700 Subject: Make some more previously global variables into file-scoped statics Not used from other source files, so no need to export them Signed-off-by: Alan Coopersmith --- src/iconmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iconmgr.c') diff --git a/src/iconmgr.c b/src/iconmgr.c index 9458477..29c3c16 100644 --- a/src/iconmgr.c +++ b/src/iconmgr.c @@ -43,7 +43,7 @@ in this Software without prior written authorization from The Open Group. #include int iconmgr_textx = siconify_width+11; -WList *Active = NULL; +static WList *Active = NULL; WList *DownIconManager = NULL; int iconifybox_width = siconify_width; int iconifybox_height = siconify_height; -- cgit v1.2.3