diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/jack-rack/files/patch-src_plugin__slot__callbacks.c | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/jack-rack/files/patch-src_plugin__slot__callbacks.c')
-rw-r--r-- | audio/jack-rack/files/patch-src_plugin__slot__callbacks.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/jack-rack/files/patch-src_plugin__slot__callbacks.c b/audio/jack-rack/files/patch-src_plugin__slot__callbacks.c new file mode 100644 index 000000000000..f88164d0a52c --- /dev/null +++ b/audio/jack-rack/files/patch-src_plugin__slot__callbacks.c @@ -0,0 +1,18 @@ +--- src/plugin_slot_callbacks.c.orig 2007-11-18 13:13:49 UTC ++++ src/plugin_slot_callbacks.c +@@ -109,6 +109,7 @@ slot_ablise_cb (GtkWidget * button, GdkE + + ui = plugin_slot->jack_rack->ui; + ++#ifdef HAVE_ALSA + g_object_set_data (G_OBJECT (ui->midi_menu_item), + "jack-rack-ctrl-type", + GINT_TO_POINTER(2/*PLUGIN_ENABLE_CONTROL*/)); +@@ -117,6 +118,7 @@ slot_ablise_cb (GtkWidget * button, GdkE + plugin_slot); + gtk_menu_popup (GTK_MENU (ui->midi_menu), NULL, NULL, NULL, NULL, event->button, event->time); + ++#endif + return TRUE; + } + } |