diff options
Diffstat (limited to 'src/zenity.h')
-rw-r--r-- | src/zenity.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenity.h b/src/zenity.h index ea04b026..897857f5 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -38,7 +38,8 @@ typedef struct { typedef enum { ZENITY_MSG_WARNING, ZENITY_MSG_QUESTION, - ZENITY_MSG_ERROR + ZENITY_MSG_ERROR, + ZENITY_MSG_INFO } MsgMode; typedef struct { |