[PD-cvs] externals/miXed/toxy build_counter,1.2,1.3 widget.c,1.3,1.4

krzyszcz at users.sourceforge.net krzyszcz at users.sourceforge.net
Wed Feb 25 11:54:46 CET 2004


Update of /cvsroot/pure-data/externals/miXed/toxy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21748/toxy

Modified Files:
	build_counter widget.c 
Log Message:
widget tracing backward compatible to tcl8.3

Index: build_counter
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/toxy/build_counter,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build_counter	19 Feb 2004 22:23:18 -0000	1.2
--- build_counter	25 Feb 2004 10:54:43 -0000	1.3
***************
*** 1,3 ****
  #define TOXY_VERSION "0.1"
  #define TOXY_RELEASE "alpha"
! #define TOXY_BUILD 2
--- 1,3 ----
  #define TOXY_VERSION "0.1"
  #define TOXY_RELEASE "alpha"
! #define TOXY_BUILD 3

Index: widget.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/toxy/widget.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** widget.c	19 Feb 2004 22:23:18 -0000	1.3
--- widget.c	25 Feb 2004 10:54:43 -0000	1.4
***************
*** 3,6 ****
--- 3,8 ----
   * 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 */
  





More information about the Pd-cvs mailing list