Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
da4a7d90
Commit
da4a7d90
authored
Oct 26, 2016
by
Jonathan Wilkes
Browse files
removed old debugging messages, left comment about pdtk call that was never ported
parent
cf7321ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
externals/pddp/pddplink.c
View file @
da4a7d90
...
@@ -341,14 +341,12 @@ static char *pddplink_optext(int *sizep, int ac, t_atom *av)
...
@@ -341,14 +341,12 @@ static char *pddplink_optext(int *sizep, int ac, t_atom *av)
static
void
pddplink_free
(
t_pddplink
*
x
)
static
void
pddplink_free
(
t_pddplink
*
x
)
{
{
//post("freeing the thing...");
if
(
x
->
x_vistext
)
if
(
x
->
x_vistext
)
freebytes
(
x
->
x_vistext
,
x
->
x_vissize
);
freebytes
(
x
->
x_vistext
,
x
->
x_vissize
);
}
}
static
void
*
pddplink_new
(
t_symbol
*
s
,
int
ac
,
t_atom
*
av
)
static
void
*
pddplink_new
(
t_symbol
*
s
,
int
ac
,
t_atom
*
av
)
{
{
//post("creating a new link");
t_pddplink
xgen
,
*
x
;
t_pddplink
xgen
,
*
x
;
int
skip
;
int
skip
;
xgen
.
x_isboxed
=
0
;
xgen
.
x_isboxed
=
0
;
...
...
pd/src/g_array.c
View file @
da4a7d90
...
@@ -1548,7 +1548,10 @@ static void garray_doredraw(t_gobj *client, t_glist *glist)
...
@@ -1548,7 +1548,10 @@ static void garray_doredraw(t_gobj *client, t_glist *glist)
if
(
selected
)
if
(
selected
)
{
{
//fprintf(stderr,"garray_doredraw isselected\n");
//fprintf(stderr,"garray_doredraw isselected\n");
// XXXFIXME?
/* I haven't found a case where this is actually needed...
perhaps with nested GOPs or something? Anyhow if there's
a regression this commented-out call might be a place
to investigate... */
//sys_vgui("pdtk_select_all_gop_widgets .x%lx %lx %d\n",
//sys_vgui("pdtk_select_all_gop_widgets .x%lx %lx %d\n",
// glist_getcanvas(glist), glist, 1);
// glist_getcanvas(glist), glist, 1);
// a giant kludge-- we really just need gop items
// a giant kludge-- we really just need gop items
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment