Mercurial > audlegacy-plugins
view src/modplug/gui/callbacks.h @ 3095:c5fcdbfaaf1e
Actually drop this include as it would never have worked, this was shadowing a system header or not including anything at all.
| author | Tony Vroon <chainsaw@gentoo.org> |
|---|---|
| date | Thu, 30 Apr 2009 14:16:43 +0100 |
| parents | 3da1b8942b8b |
| children |
line wrap: on
line source
#include <gtk/gtk.h> gboolean hide_window (GtkWidget *widget, GdkEvent *event, gpointer user_data); void on_config_ok_clicked (GtkButton *button, gpointer user_data); void on_config_apply_clicked (GtkButton *button, gpointer user_data); void on_config_cancel_clicked (GtkButton *button, gpointer user_data); void on_info_close_clicked (GtkButton *button, gpointer user_data);
