summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-06 21:09:22 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-06 21:09:22 +0000
commit8924d5c401829efc59380fda8823bedca5994bcb (patch)
tree9ce3f220f79aa3f449ffcb98f2b11631812dd769 /src/zenity.h
parent342d84b35fbb3cab483c3d81f415633f2cab4e1e (diff)
I love featuritis. Instead of fixing stuff so it actually works, I add
2003-01-06 Glynn Foster <glynn.foster@sun.com> * src/main.c, src/msg.c, src/zenity.glade, src/zenity.h: I love featuritis. Instead of fixing stuff so it actually works, I add more stuff. Add support for info dialog.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenity.h b/src/zenity.h
index ea04b02..897857f 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 {