diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-25 10:54:43 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-25 10:54:43 +0000 |
commit | 4a4b32ee7dcadb961f7d0feea109a61c92306e47 (patch) | |
tree | a93af61713ef025fa68601cc86993e95e1905595 /toxy | |
parent | d0f6986345970955d6390a6953c35babf587c262 (diff) |
widget tracing backward compatible to tcl8.3
svn path=/trunk/externals/miXed/; revision=1359
Diffstat (limited to 'toxy')
-rw-r--r-- | toxy/build_counter | 2 | ||||
-rw-r--r-- | toxy/widget.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/toxy/build_counter b/toxy/build_counter index a4b640c..769329b 100644 --- a/toxy/build_counter +++ b/toxy/build_counter @@ -1,3 +1,3 @@ #define TOXY_VERSION "0.1" #define TOXY_RELEASE "alpha" -#define TOXY_BUILD 2 +#define TOXY_BUILD 3 diff --git a/toxy/widget.c b/toxy/widget.c index a7a983a..7fdd90c 100644 --- a/toxy/widget.c +++ b/toxy/widget.c @@ -2,6 +2,8 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ +/* FIXME crash if closing window with a failed widget (e.g. .wid missing) */ + /* LATER think about reloading method for .wid files */ #include <stdio.h> |