diff options
author | Jason Conti <jason.conti@gmail.com> | 2016-08-28 16:50:55 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2016-08-28 16:50:55 -0400 |
commit | 7dcedf7f7d0e8adf2ee46222f3d20747f40c7265 (patch) | |
tree | 5ddc29b27a6aeca027d7a194b5e9477302c189f4 /src/notification-menuitem.h | |
parent | 616ec2097c442997382d1d012d262ba2d83b75db (diff) | |
download | ayatana-indicator-notifications-7dcedf7f7d0e8adf2ee46222f3d20747f40c7265.tar.gz ayatana-indicator-notifications-7dcedf7f7d0e8adf2ee46222f3d20747f40c7265.tar.bz2 ayatana-indicator-notifications-7dcedf7f7d0e8adf2ee46222f3d20747f40c7265.zip |
* Make sure the button event started and ended on the close image before we
dismiss the notification
Diffstat (limited to 'src/notification-menuitem.h')
-rw-r--r-- | src/notification-menuitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/notification-menuitem.h b/src/notification-menuitem.h index c44c105..2aa051e 100644 --- a/src/notification-menuitem.h +++ b/src/notification-menuitem.h @@ -37,6 +37,8 @@ struct _NotificationMenuItemPrivate { GtkWidget *close_image; GtkWidget *hbox; GtkWidget *label; + + gboolean pressed_close_image; }; #define NOTIFICATION_MENUITEM_GET_PRIVATE(o) \ |