diff options
author | Kevin Walzer <kw@codebykevin.com> | 2020-09-22 02:29:29 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2020-09-22 02:29:29 (GMT) |
commit | 4239508e7cad292062462aa02508750c0078ef21 (patch) | |
tree | 33a7a0037319b135b5e37a73313426641067f3ed /unix | |
parent | 02ea7c43872165be2d68131e4cbaabe87268842d (diff) | |
download | tk-4239508e7cad292062462aa02508750c0078ef21.zip tk-4239508e7cad292062462aa02508750c0078ef21.tar.gz tk-4239508e7cad292062462aa02508750c0078ef21.tar.bz2 |
Tray icon works on Darwin/X11; on to implementing the system notify/libnotify API
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixSysTray.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unix/tkUnixSysTray.c b/unix/tkUnixSysTray.c index 67b6d83..81b5aae 100644 --- a/unix/tkUnixSysTray.c +++ b/unix/tkUnixSysTray.c @@ -1693,3 +1693,12 @@ int Tktray_Init ( Tcl_Interp* interp ) return TCL_OK; } + +/* + * Local Variables: + * mode: objc + * c-basic-offset: 4 + * fill-column: 79 + * coding: utf-8 + * End: + */ |