Skip to content
Snippets Groups Projects
Commit 2719299c authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*added debugging statements

parent 50920b2b
No related branches found
No related tags found
No related merge requests found
...@@ -567,6 +567,7 @@ t_glist *glist_addglist(t_glist *g, t_symbol *sym, ...@@ -567,6 +567,7 @@ t_glist *glist_addglist(t_glist *g, t_symbol *sym,
pd_pushsym(&x->gl_pd); pd_pushsym(&x->gl_pd);
glist_add(g, &x->gl_gobj); glist_add(g, &x->gl_gobj);
if (!do_not_redraw) sys_vgui("pdtk_canvas_getscroll .x%lx.c\n", (long unsigned int)glist_getcanvas(g)); if (!do_not_redraw) sys_vgui("pdtk_canvas_getscroll .x%lx.c\n", (long unsigned int)glist_getcanvas(g));
//fprintf(stderr," ... %f %f\n", x->gl_x1, x->gl_x2);
return (x); return (x);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment