From 10d038022014a8069495bd72ccf9ed47fdf9d14d Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Sat, 10 Jul 2010 16:13:40 -0300 Subject: Add new password dialog --- src/option.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index f52c3125..076b4c77 100644 --- a/src/option.h +++ b/src/option.h @@ -46,6 +46,7 @@ typedef enum { MODE_INFO, MODE_NOTIFICATION, MODE_COLOR, + MODE_PASSWORD, MODE_ABOUT, MODE_VERSION, MODE_LAST @@ -72,6 +73,7 @@ typedef struct { ZenityTreeData *tree_data; ZenityNotificationData *notification_data; ZenityColorData *color_data; + ZenityPasswordData *password_data; } ZenityParsingOptions; void zenity_option_error (gchar *string, -- cgit