diff options
author | Pixel <Pixel> | 2002-09-29 17:57:04 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-09-29 17:57:04 +0000 |
commit | 0e191c285677600f9852bff10e2bede5799883fa (patch) | |
tree | ede64e524aa4ea1d9a8b6f3111ce0f8968b8c88e /PcsxSrc/Linux/GladeCalls.c | |
parent | 75d6916ec69878af6649dd41ccdc41b5df807230 (diff) |
Petits changements ;-)
Diffstat (limited to 'PcsxSrc/Linux/GladeCalls.c')
-rw-r--r-- | PcsxSrc/Linux/GladeCalls.c | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/PcsxSrc/Linux/GladeCalls.c b/PcsxSrc/Linux/GladeCalls.c index 5b52857..809309a 100644 --- a/PcsxSrc/Linux/GladeCalls.c +++ b/PcsxSrc/Linux/GladeCalls.c @@ -475,3 +475,37 @@ OnMcd_Delete1 (GtkButton *button, }
+ +void +OnDebug (GtkMenuItem *menuitem, + gpointer user_data) +{ + +} + + +void +OnDbg_Ok (GtkButton *button, + gpointer user_data) +{ + +} + + +void +OnDebug_Ok (GtkButton *button, + gpointer user_data) +{ + +} + + +gboolean +OnConfConf_Cancel (GtkWidget *widget, + GdkEvent *event, + gpointer user_data) +{ + + return FALSE; +} + |