summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 22ffca7..d9d0a10 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -111,6 +111,10 @@ typedef struct {
gchar *ok_label;
gchar *cancel_label;
gchar *checkbox;
+#ifdef HAVE_WEBKITGTK
+ gboolean html;
+ gchar *url;
+#endif
} ZenityTextData;
typedef struct {