~3v1n0/indicator-sound/mute-on-secondary-activate

« back to all changes in this revision

Viewing changes to src/indicator-sound.c

  • Committer: Marco Trevisan (Treviño)
  • Date: 2011-07-21 16:12:12 UTC
  • Revision ID: mail@3v1n0.net-20110721161212-hw2ona7d9dsay0yw
X and Y pointer position aren't exported anymore by libindicator

Dropping them!

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                                    IndicatorScrollDirection direction);
80
80
static void indicator_sound_middle_click (IndicatorObject * io,
81
81
                                          IndicatorObjectEntry * entry,
82
 
                                          guint time, gint x, gint y,
83
 
                                          gpointer data);
 
82
                                          guint time, gpointer data);
84
83
 
85
84
//key/moust event handlers
86
85
static gboolean key_press_cb(GtkWidget* widget, GdkEventKey* event, gpointer data);
724
723
 
725
724
static void
726
725
indicator_sound_middle_click (IndicatorObject * io, IndicatorObjectEntry * entry,
727
 
                              guint time, gint x, gint y, gpointer data)
 
726
                              guint time, gpointer data)
728
727
{
729
728
  IndicatorSoundPrivate* priv = INDICATOR_SOUND_GET_PRIVATE(INDICATOR_SOUND (io));
730
729
  g_return_if_fail (priv);