diff --git a/src/st/st-button.h b/src/st/st-button.h index 5ee45896e..df0d1ea0c 100644 --- a/src/st/st-button.h +++ b/src/st/st-button.h @@ -40,7 +40,7 @@ struct _StButtonClass void (* transition) (StButton *button); /* signals */ - void (* clicked) (StButton *button); + void (* clicked) (StButton *button, int clicked_button); }; StWidget *st_button_new (void);