[PD-cvs] pd/src desire.c,1.1.2.217.2.83,1.1.2.217.2.84

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 20 00:14:26 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32608

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
fix premature havewindow=


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.83
retrieving revision 1.1.2.217.2.84
diff -C2 -d -r1.1.2.217.2.83 -r1.1.2.217.2.84
*** desire.c	19 Dec 2006 20:08:40 -0000	1.1.2.217.2.83
--- desire.c	19 Dec 2006 23:14:22 -0000	1.1.2.217.2.84
***************
*** 717,722 ****
  
  static void canvas_vis(t_canvas *x, t_floatarg f) {
!     sys_mgui(x,"havewindow=","f",f);
!     x->havewindow = (unsigned)f;
  }
  
--- 717,721 ----
  
  static void canvas_vis(t_canvas *x, t_floatarg f) {
!     SET(havewindow,!!f);
  }
  
***************
*** 6538,6541 ****
--- 6537,6541 ----
  		sys_mgui(self,"name=","s",can->name);
  		sys_mgui(self,"folder=","s",canvas_getenv(can)->dir);
+ 		sys_mgui(self,"havewindow=","i",can->havewindow);
  	}
  	if (c==gatom_class) {
***************
*** 6855,6859 ****
  static void radio_savefn(t_radio *x, t_binbuf *b) {
      t_foo foo = {0,0,b}; if (!b) return;
-     post("orient=%d oldstyle=%d",x->orient,x->oldstyle);
      pd_savehead(b,x,radio_flavor(x)->s_name);
      radio_pickle(x,&foo);
--- 6855,6858 ----





More information about the Pd-cvs mailing list