From 2b26597dbdad817937efe4d87716ab6ef7e4200b Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Fri, 29 Feb 2008 16:16:55 +0200 Subject: [PATCH] Add pos_sid to struct --- src/audio-note.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- 2.39.5