comparison src/xs_genui.c @ 334:19c89f9ca2cc

Misc commit.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Sep 2005 02:19:02 +0000
parents 0d2d379a83c0
children 456a30b1d1d7
comparison
equal deleted inserted replaced
333:15c5b231efc9 334:19c89f9ca2cc
5 #include <gtk/gtk.h> 5 #include <gtk/gtk.h>
6 6
7 #include "xs_genui.h" 7 #include "xs_genui.h"
8 #include "xs_interface.h" 8 #include "xs_interface.h"
9 #include "xs_glade.h" 9 #include "xs_glade.h"
10
11 void
12 xs_cfg_samplerate_menu_clicked (GtkButton *button,
13 gpointer user_data)
14 {
15
16 }
17