From ef79bbde537d6b9c745a7d86cb9df1d04c35590d Mon Sep 17 00:00:00 2001 From: PCSX* teams Date: Tue, 16 Nov 2010 14:15:22 +0200 Subject: pcsxr-1.9.92 --- plugins/peopsxgl/gpucfg/callbacks.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/peopsxgl/gpucfg/callbacks.h (limited to 'plugins/peopsxgl/gpucfg/callbacks.h') diff --git a/plugins/peopsxgl/gpucfg/callbacks.h b/plugins/peopsxgl/gpucfg/callbacks.h new file mode 100644 index 0000000..f607b91 --- /dev/null +++ b/plugins/peopsxgl/gpucfg/callbacks.h @@ -0,0 +1,24 @@ +#include + + +void +on_btnSave_clicked (GtkButton *button, + gpointer user_data); + + + +void +on_CfgWnd_destroy (GtkObject *object, + gpointer user_data); + +void +on_btnCancel_clicked (GtkButton *button, + gpointer user_data); + +void +on_AboutWnd_destroy (GtkObject *object, + gpointer user_data); + +void +on_bntAClose_clicked (GtkButton *button, + gpointer user_data); -- cgit v1.2.3