From a2871b1b51c2f26a5778a6f15c5cae6650cc8fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 21 Jul 2011 18:12:12 +0200 Subject: X and Y pointer position aren't exported anymore by libindicator Dropping them! --- src/indicator-sound.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/indicator-sound.c b/src/indicator-sound.c index a7ba95c..7c72900 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -79,8 +79,7 @@ static void indicator_sound_scroll (IndicatorObject * io, IndicatorScrollDirection direction); static void indicator_sound_middle_click (IndicatorObject * io, IndicatorObjectEntry * entry, - guint time, gint x, gint y, - gpointer data); + guint time, gpointer data); //key/moust event handlers static gboolean key_press_cb(GtkWidget* widget, GdkEventKey* event, gpointer data); @@ -724,7 +723,7 @@ indicator_sound_scroll (IndicatorObject * io, IndicatorObjectEntry * entry, static void indicator_sound_middle_click (IndicatorObject * io, IndicatorObjectEntry * entry, - guint time, gint x, gint y, gpointer data) + guint time, gpointer data) { IndicatorSoundPrivate* priv = INDICATOR_SOUND_GET_PRIVATE(INDICATOR_SOUND (io)); g_return_if_fail (priv); -- cgit v1.2.3