[PD-cvs] pd/src desire.c,1.1.2.67,1.1.2.68

Mathieu Bouchard matju at users.sourceforge.net
Wed Apr 19 01:30:51 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	desire.c 
Log Message:
fixed Redraw


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.67
retrieving revision 1.1.2.68
diff -C2 -d -r1.1.2.67 -r1.1.2.68
*** desire.c	17 Apr 2006 01:49:24 -0000	1.1.2.67
--- desire.c	18 Apr 2006 23:30:49 -0000	1.1.2.68
***************
*** 736,744 ****
  	    t_gobj *y;
              if (!x->gl_havewindow) {bug("canvas_map"); canvas_vis(x,1);}
!             for (y = x->gl_list; y; y = y->g_next) gobj_vis(y, x, 1);
!             for (sel = x->gl_editor->e_selection; sel; sel = sel->sel_next)
!                 gobj_select(sel->sel_what, x, 1);
              x->gl_mapped = 1;
- 	    canvas_redraw(x);
              canvas_drawlines(x);
              if (x->gl_isgraph && x->gl_goprect) canvas_drawredrect(x, 1);
--- 736,743 ----
  	    t_gobj *y;
              if (!x->gl_havewindow) {bug("canvas_map"); canvas_vis(x,1);}
!             glist_each(y,x) {gobj_changed(y,0); gobj_vis(y, x, 1);}
!             /*for (sel = x->gl_editor->e_selection; sel; sel = sel->sel_next)
!                 gobj_select(sel->sel_what, x, 1);*/
              x->gl_mapped = 1;
              canvas_drawlines(x);
              if (x->gl_isgraph && x->gl_goprect) canvas_drawredrect(x, 1);





More information about the Pd-cvs mailing list