From 6cb0f2f76838e6d25e96bece26bdf65ed8e1c4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 21 Jul 2011 18:20:19 +0200 Subject: X and Y pointer position aren't supported anymore by libindicator Dropping them! --- src/indicator-messages.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/indicator-messages.c b/src/indicator-messages.c index 56f90b0..4849e77 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -93,9 +93,8 @@ static GtkImage * get_icon (IndicatorObject * io); static GtkMenu * get_menu (IndicatorObject * io); static void indicator_messages_middle_click (IndicatorObject * io, IndicatorObjectEntry * entry, - guint time, gint x, gint y, - gpointer data); -static const gchar * get_accessible_desc (IndicatorObject * io); + guint time, gpointer data); +static const gchar * get_accessible_desc (IndicatorObject * io); static void connection_change (IndicatorServiceManager * sm, gboolean connected, gpointer user_data); @@ -812,7 +811,7 @@ get_accessible_desc (IndicatorObject * io) /* Hide the notifications on middle-click over the indicator-messages */ static void indicator_messages_middle_click (IndicatorObject * io, IndicatorObjectEntry * entry, - guint time, gint x, gint y, gpointer data) + guint time, gpointer data) { g_return_if_fail(attention); -- cgit v1.2.3