diff options
Diffstat (limited to 'src/alertpanel.h')
-rw-r--r-- | src/alertpanel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/alertpanel.h b/src/alertpanel.h index 7492cead..3e03323b 100644 --- a/src/alertpanel.h +++ b/src/alertpanel.h @@ -27,11 +27,14 @@ typedef enum G_ALERTDEFAULT, G_ALERTALTERNATE, G_ALERTOTHER, + G_ALERTCANCEL, G_ALERTWAIT, G_ALERTDISABLE = 1 << 16 } AlertValue; +#define G_ALERT_VALUE_MASK 0x0000ffff + typedef enum { ALERT_NOTICE, @@ -40,8 +43,6 @@ typedef enum ALERT_ERROR } AlertType; -#define G_ALERT_VALUE_MASK 0x0000ffff - AlertValue alertpanel (const gchar *title, const gchar *message, const gchar *button1_label, |