aboutsummaryrefslogtreecommitdiff
path: root/src/notification-menuitem.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2016-08-28 16:50:55 -0400
committerJason Conti <jason.conti@gmail.com>2016-08-28 16:50:55 -0400
commit7dcedf7f7d0e8adf2ee46222f3d20747f40c7265 (patch)
tree5ddc29b27a6aeca027d7a194b5e9477302c189f4 /src/notification-menuitem.h
parent616ec2097c442997382d1d012d262ba2d83b75db (diff)
downloadayatana-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.h2
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) \