Skip to content

Commit

Permalink
Move the gui_engine_ready call to the latest possible point in the in…
Browse files Browse the repository at this point in the history
…itialization sequence.
  • Loading branch information
agraef committed Sep 1, 2023
1 parent 3f9412c commit 2648822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd/src/s_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ void glob_initfromgui(void *dummy, t_symbol *s, int argc, t_atom *argv)
}
namelist_free(sys_messagelist);
sys_messagelist = 0;
gui_vmess("gui_engine_ready", "");
}


Expand Down Expand Up @@ -436,6 +435,7 @@ int sys_main(int argc, char **argv)
}
gui_end_array();
gui_end_vmess();
gui_vmess("gui_engine_ready", "");

if (sys_hipriority)
sys_setrealtime(sys_libdir->s_name); /* set desired process priority */
Expand Down

0 comments on commit 2648822

Please sign in to comment.