summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSysTray.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-10-07 19:35:51 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-10-07 19:35:51 (GMT)
commit1738db9e50f5e72b0842d26dba9d951e69821a00 (patch)
tree6c159243b7d370b827ac87d34518b3d840b8529a /macosx/tkMacOSXSysTray.c
parent8d7de9f083ca2a746658e5ede62840886bb9daf6 (diff)
downloadtk-1738db9e50f5e72b0842d26dba9d951e69821a00.zip
tk-1738db9e50f5e72b0842d26dba9d951e69821a00.tar.gz
tk-1738db9e50f5e72b0842d26dba9d951e69821a00.tar.bz2
Does redefining these variables as static help
Diffstat (limited to 'macosx/tkMacOSXSysTray.c')
-rw-r--r--macosx/tkMacOSXSysTray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXSysTray.c b/macosx/tkMacOSXSysTray.c
index adeb497..572b828 100644
--- a/macosx/tkMacOSXSysTray.c
+++ b/macosx/tkMacOSXSysTray.c
@@ -147,8 +147,8 @@
@end
-TkStatusItem *tk_item;
-TkNotifyItem *notify_item;
+static TkStatusItem *tk_item;
+static TkNotifyItem *notify_item;
/*
* Forward declarations for procedures defined in this file.