summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixInit.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-09-24 03:02:15 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-09-24 03:02:15 (GMT)
commitb16d74095addf24d70e346fe19148bca4db0c46f (patch)
treee4cef74875a3046694710dffb6906d2579fbe9dc /unix/tkUnixInit.c
parent158f7539d2897dfd0489e719c8619778b702bb54 (diff)
downloadtk-b16d74095addf24d70e346fe19148bca4db0c46f.zip
tk-b16d74095addf24d70e346fe19148bca4db0c46f.tar.gz
tk-b16d74095addf24d70e346fe19148bca4db0c46f.tar.bz2
Builds on Darwin, shows notifications but no strings - need to investigate
Diffstat (limited to 'unix/tkUnixInit.c')
-rw-r--r--unix/tkUnixInit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tkUnixInit.c b/unix/tkUnixInit.c
index 902f8c4..abb4291 100644
--- a/unix/tkUnixInit.c
+++ b/unix/tkUnixInit.c
@@ -42,6 +42,7 @@ TkpInit(
TkCreateXEventSource();
GetLibraryPath(interp);
Tktray_Init(interp);
+ SysNotify_Init (interp);
return TCL_OK;
}