Added a comment

This commit is contained in:
Pierre Pronchery 2012-10-14 15:06:09 +00:00
parent 248f84ae01
commit 80000db759

View File

@ -490,6 +490,7 @@ Mixer * mixer_new(char const * device, MixerLayout layout, gboolean embedded)
#endif
if(embedded)
{
/* print the window ID and force a flush */
id = gtk_plug_get_id(GTK_PLUG(mixer->window));
printf("%lu\n", id);
fclose(stdout);