]> err.no Git - mapper/commitdiff
Add pos_sid to struct
authorKaj-Michael Lang <milang@onion.tal.org>
Fri, 29 Feb 2008 14:16:55 +0000 (16:16 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Fri, 29 Feb 2008 14:16:55 +0000 (16:16 +0200)
src/audio-note.h

index 250ee0292ef365057cceddbbd61a2948c14ff11b..a43df43543868c9916d662da6358592bebc538bd 100644 (file)
@@ -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;
 };