diff options
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h index 076b4c7..ac550b3 100644 --- a/src/option.h +++ b/src/option.h @@ -44,7 +44,9 @@ typedef enum { MODE_WARNING, MODE_SCALE, MODE_INFO, +#ifdef HAVE_LIBNOTIFY MODE_NOTIFICATION, +#endif MODE_COLOR, MODE_PASSWORD, MODE_ABOUT, @@ -71,7 +73,9 @@ typedef struct { ZenityProgressData *progress_data; ZenityTextData *text_data; ZenityTreeData *tree_data; +#ifdef HAVE_LIBNOTIFY ZenityNotificationData *notification_data; +#endif ZenityColorData *color_data; ZenityPasswordData *password_data; } ZenityParsingOptions; |