From: Kaj-Michael Lang Date: Fri, 29 Feb 2008 14:16:55 +0000 (+0200) Subject: Add pos_sid to struct X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b26597dbdad817937efe4d87716ab6ef7e4200b;p=mapper Add pos_sid to struct --- diff --git a/src/audio-note.h b/src/audio-note.h index 250ee02..a43df43 100644 --- a/src/audio-note.h +++ b/src/audio-note.h @@ -43,6 +43,7 @@ struct _audio_note_ui { GtkWidget *btn_record; GtkWidget *btn_play; GtkWidget *btn_stop; + gint pos_sid; note_pipeline *note_play; note_pipeline *note_record; };