summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixInit.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-09-21 18:48:05 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-09-21 18:48:05 (GMT)
commit2dd96a74a429ac0d9dbf568028736f7e49d1b2b6 (patch)
tree8fbb7db7d846e483eda0b2735a3b0e722808b389 /unix/tkUnixInit.c
parent73dfca5e7834838008689bc303a0f89b4d7edc1f (diff)
downloadtk-2dd96a74a429ac0d9dbf568028736f7e49d1b2b6.zip
tk-2dd96a74a429ac0d9dbf568028736f7e49d1b2b6.tar.gz
tk-2dd96a74a429ac0d9dbf568028736f7e49d1b2b6.tar.bz2
Attempt to build on X11
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 cffe605..902f8c4 100644
--- a/unix/tkUnixInit.c
+++ b/unix/tkUnixInit.c
@@ -41,6 +41,7 @@ TkpInit(
{
TkCreateXEventSource();
GetLibraryPath(interp);
+ Tktray_Init(interp);
return TCL_OK;
}