Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
32c4f562
Commit
32c4f562
authored
Jan 19, 2016
by
Jonathan Wilkes
Browse files
Death to tcl Part 1 (cont.): x_gui.c
parent
8e26a637
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/x_gui.c
View file @
32c4f562
...
...
@@ -153,7 +153,6 @@ void gfxstub_deleteforkey(void *key)
{
if
(
y
->
x_key
==
key
)
{
//sys_vgui("destroy .gfxstub%lx\n", y);
char
tagbuf
[
MAXPDSTRING
];
sprintf
(
tagbuf
,
".gfxstub%lx"
,
(
long
unsigned
int
)
y
);
gui_vmess
(
"gui_remove_gfxstub"
,
"s"
,
...
...
@@ -256,7 +255,6 @@ static void *openpanel_new( void)
static
void
openpanel_symbol
(
t_openpanel
*
x
,
t_symbol
*
s
)
{
char
*
path
=
(
s
&&
s
->
s_name
)
?
s
->
s_name
:
"$pd_opendir"
;
//sys_vgui("pdtk_openpanel {%s} {%s}\n", x->x_s->s_name, path);
gui_vmess
(
"gui_openpanel"
,
"xss"
,
x
->
x_canvas
,
x
->
x_s
->
s_name
,
...
...
@@ -316,7 +314,6 @@ static void *savepanel_new( void)
static
void
savepanel_symbol
(
t_savepanel
*
x
,
t_symbol
*
s
)
{
char
*
path
=
(
s
&&
s
->
s_name
)
?
s
->
s_name
:
"$pd_opendir"
;
sys_vgui
(
"pdtk_savepanel {%s} {%s}
\n
"
,
x
->
x_s
->
s_name
,
path
);
gui_vmess
(
"gui_savepanel"
,
"xss"
,
x
->
x_canvas
,
x
->
x_s
->
s_name
,
...
...
Write
Preview
Markdown
is supported
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