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
Rishabh Gupta
purr-data
Commits
e1e7e108
Commit
e1e7e108
authored
May 02, 2016
by
Jonathan Wilkes
Browse files
comment out old GUI call
parent
e2b00d38
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_array.c
View file @
e1e7e108
...
...
@@ -1351,8 +1351,10 @@ static void garray_select(t_gobj *z, t_glist *glist, int state)
{
//fprintf(stderr,">>>>>>>>>>>>garray_select %d\n", state);
t_garray
*
x
=
(
t_garray
*
)
z
;
sys_vgui
(
"pdtk_select_all_gop_widgets .x%lx %lx %d
\n
"
,
glist_getcanvas
(
glist
),
x
->
x_glist
,
state
);
/* There's no replacement for the following command in the
new GUI, but it looks like it's not needed anymore. */
//sys_vgui("pdtk_select_all_gop_widgets .x%lx %lx %d\n",
// glist_getcanvas(glist), x->x_glist, state);
scalar_select
((
t_gobj
*
)
x
->
x_scalar
,
glist
,
state
);
}
...
...
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