summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 6e1b6875..d3606cd4 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -67,6 +67,7 @@ typedef struct {
gboolean no_wrap;
gboolean no_markup;
gboolean default_cancel;
+ gboolean ellipsize;
} ZenityMsgData;
typedef struct {
bgstack15