view src/xs_genui.c @ 354:dc6cb365ace4

Always use dynamic audio buffer
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Nov 2005 02:25:03 +0000
parents a0fe42c5b6f4
children b1a858b8cb1a
line wrap: on
line source

#ifdef HAVE_CONFIG_H
#  include <config.h>
#endif

#include <gtk/gtk.h>

#include "xs_genui.h"
#include "xs_interface.h"
#include "xs_glade.h"

void
xs_cfg_samplerate_menu_clicked         (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_cfg_filter_sync_clicked             (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_cfg_filter2_sync_clicked            (GtkButton       *button,
                                        gpointer         user_data)
{

}