diff options
author | Ted Gould <ted@gould.cx> | 2011-07-21 09:17:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-21 09:17:41 -0500 |
commit | 4234bd3c279346274d5acabc24a869c596a3e1e7 (patch) | |
tree | f022b5e6b08030bbe5c586f92fa7699dde608350 /libindicator/indicator-object.h | |
parent | 6f1c8e020c0db10a1b2c69c0d2f08a5e69cbc271 (diff) | |
download | libayatana-indicator-4234bd3c279346274d5acabc24a869c596a3e1e7.tar.gz libayatana-indicator-4234bd3c279346274d5acabc24a869c596a3e1e7.tar.bz2 libayatana-indicator-4234bd3c279346274d5acabc24a869c596a3e1e7.zip |
Dropping the x and y paramaters from the secondary activate signal
Diffstat (limited to 'libindicator/indicator-object.h')
-rw-r--r-- | libindicator/indicator-object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h index 097b4a1..3a120f5 100644 --- a/libindicator/indicator-object.h +++ b/libindicator/indicator-object.h @@ -128,7 +128,7 @@ struct _IndicatorObjectClass { void (*menu_show) (IndicatorObject * io, IndicatorObjectEntry * entry, guint timestamp, gpointer user_data); void (*show_now_changed) (IndicatorObject * io, IndicatorObjectEntry * entry, gboolean show_now_state, gpointer user_data); void (*accessible_desc_update) (IndicatorObject * io, IndicatorObjectEntry * entry, gpointer user_data); - void (*secondary_activate) (IndicatorObject * io, IndicatorObjectEntry * entry, guint timestamp, gint x, gint y, gpointer user_data); + void (*secondary_activate) (IndicatorObject * io, IndicatorObjectEntry * entry, guint timestamp, gpointer user_data); /* Reserved */ void (*reserved1) (void); |