diff options
author | das <das> | 2006-04-06 09:28:32 (GMT) |
---|---|---|
committer | das <das> | 2006-04-06 09:28:32 (GMT) |
commit | 51e742898c9dbae025546b73a412d1f992329241 (patch) | |
tree | 344540b6567d7f6d98acd2e3a6a3092ec49ae153 /unix/tkConfig.h.in | |
parent | dcd72fae9845151ba5a984535c43827513b52349 (diff) | |
download | tk-51e742898c9dbae025546b73a412d1f992329241.zip tk-51e742898c9dbae025546b73a412d1f992329241.tar.gz tk-51e742898c9dbae025546b73a412d1f992329241.tar.bz2 |
* macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errors
in setting/removing window proxy icons via [wm attributes -titlepath]
and [wm iconbitmap], use HIWindow API on Tiger or later. [Bug 1455241]
* unix/tcl.m4: remove TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING
define on Darwin. [Tcl Bug 1457515]
* unix/configure: autoconf-2.59
* unix/tkConfig.h.in: autoheader-2.59
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index da96f16..678e010 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -154,10 +154,6 @@ /* Are we to override what our default encoding is? */ #undef TCL_DEFAULT_ENCODING -/* Use better emulation of non-blocking channels for channels without - BlockModeProc? */ -#undef TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING - /* Can this platform load code from memory? */ #undef TCL_LOAD_FROM_MEMORY |