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
Aayush
purr-data
Commits
315b83c1
Commit
315b83c1
authored
Apr 02, 2014
by
Ivica Bukvic
Browse files
*added debug info to glob_verifyquit
parent
62ffa638
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
315b83c1
...
...
@@ -4771,6 +4771,7 @@ void glob_closeall(void*dummy, t_floatarg fforce)
the user really wants to discard changes */
void
glob_verifyquit
(
void
*
dummy
,
t_floatarg
f
)
{
//fprintf(stderr, "glob_verifyquit %f\n", f);
t_glist
*
g
,
*
g2
;
/* find all root canvases */
for
(
g
=
canvas_list
;
g
;
g
=
g
->
gl_next
)
...
...
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