[PD-cvs] externals/grill/guitest flgui.cpp,1.7,1.8

xovo at users.sourceforge.net xovo at users.sourceforge.net
Sat Nov 29 04:41:29 CET 2003


Update of /cvsroot/pure-data/externals/grill/guitest
In directory sc8-pr-cvs1:/tmp/cvs-serv29348

Modified Files:
	flgui.cpp 
Log Message:
 ""

Index: flgui.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/guitest/flgui.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** flgui.cpp	19 Jul 2003 02:41:33 -0000	1.7
--- flgui.cpp	29 Nov 2003 03:41:26 -0000	1.8
***************
*** 512,517 ****
--- 512,524 ----
      widgetbehavior.w_visfn =        sg_vis;
      widgetbehavior.w_clickfn =      sg_click;
+ 
+ #if PD_MINOR_VERSION >= 37
+     class_setpropertiesfn(c,sg_properties);
+     class_setsavefn(c,sg_save);
+ #else
      widgetbehavior.w_propertiesfn = sg_properties;
      widgetbehavior.w_savefn =       sg_save;
+ #endif
+ 
      class_setwidget(c, &widgetbehavior);
  }






More information about the Pd-cvs mailing list