add a patch which was supposed to be a part of the previous commit.

This commit is contained in:
edd 2009-11-06 17:01:56 +00:00
parent 0e4c53b0cd
commit 1c4d6b6360

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-src_common_h,v 1.1 2009/11/06 17:01:56 edd Exp $
fix from upstream svn (update volume control)
--- src/common.h.orig Fri Nov 6 05:49:24 2009
+++ src/common.h Fri Nov 6 05:50:06 2009
@@ -486,6 +486,7 @@ void dbus_disable_screensaver();
void menuitem_edit_random_callback(GtkMenuItem * menuitem, void *data);
gboolean update_audio_meter(gpointer data);
+gboolean update_volume(gpointer data);
void mplayer_shutdown();
gpointer launch_player(gpointer data);