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

Merge branch 'master' of git://github.com/pd-l2ork/pd

Conflicts:
	pd/src/g_graph.c
parents 416038d7 06044a08
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,10 @@ int canvas_setdeleting(t_canvas *x, int flag)
/* JMZ: emit a closebang message */
void canvas_closebang(t_canvas *x);
/* variant of the glist_findrtext found in g_rtext.c
that does not throw a consistency check */
extern t_rtext *glist_tryfindrtext(t_glist *gl, t_text *who);
/* delete an object from a glist and free it */
void glist_delete(t_glist *x, t_gobj *y)
{
......
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