diff options
Diffstat (limited to 'emulators/gens/patches/patch-ap')
-rw-r--r-- | emulators/gens/patches/patch-ap | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/gens/patches/patch-ap b/emulators/gens/patches/patch-ap new file mode 100644 index 00000000000..9cfa62e7214 --- /dev/null +++ b/emulators/gens/patches/patch-ap @@ -0,0 +1,15 @@ +$NetBSD: patch-ap,v 1.1 2004/08/15 12:13:53 dillo Exp $ + +--- src/gens/gtkui/glade/callbacks.h.orig 2004-03-14 15:33:41.000000000 +0100 ++++ src/gens/gtkui/glade/callbacks.h +@@ -93,6 +93,10 @@ on_vsync_activate ( + gpointer user_data); + + void ++on_play_movie_activate (GtkMenuItem *menuitem, ++ gpointer user_data); ++ ++void + on_stretch_activate (GtkMenuItem *menuitem, + gpointer user_data); + |