diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-03-31 20:27:58 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-03-31 20:27:58 (GMT) |
| commit | 822a7a11ce042bc2035894295333a5255b84a29c (patch) | |
| tree | 845216c6b1e9c4b5559920a50af2215672f97504 /unix/tkUnixSysTray.c | |
| parent | e2c6aa1de60b6c195a39f4dd06ceee1a287f36ea (diff) | |
| download | tk-core-getrid_setgrid.zip tk-core-getrid_setgrid.tar.gz tk-core-getrid_setgrid.tar.bz2 | |
Make Tk_SetSizeHints() usable without tkPlatDecls.h. Clean up much morecore-getrid_setgrid
Diffstat (limited to 'unix/tkUnixSysTray.c')
| -rw-r--r-- | unix/tkUnixSysTray.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tkUnixSysTray.c b/unix/tkUnixSysTray.c index 420c928..170628e 100644 --- a/unix/tkUnixSysTray.c +++ b/unix/tkUnixSysTray.c @@ -14,7 +14,6 @@ #include "tkInt.h" #include "tkUnixInt.h" -#include "tkPlatDecls.h" /* * Based extensively on the tktray extension package. Here we are removing |
