diff options
author | Kevin Walzer <kw@codebykevin.com> | 2020-09-21 18:48:05 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2020-09-21 18:48:05 (GMT) |
commit | 2dd96a74a429ac0d9dbf568028736f7e49d1b2b6 (patch) | |
tree | 8fbb7db7d846e483eda0b2735a3b0e722808b389 /unix/tkUnixInit.c | |
parent | 73dfca5e7834838008689bc303a0f89b4d7edc1f (diff) | |
download | tk-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.c | 1 |
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; } |