diff options
Diffstat (limited to 'src/zenity.h')
-rw-r--r-- | src/zenity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h index 3d4eeea..1365d17 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -100,6 +100,7 @@ typedef struct { typedef struct { gchar *notification_text; + gboolean listen; } ZenityNotificationData; void zenity_calendar (ZenityData *data, |