diff options
author | Javier Jardón <jjardon@gnome.org> | 2015-04-22 19:59:56 +0100 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2015-04-23 10:08:14 +0200 |
commit | d59ce70285a0c5d7dd634ba5cc746b331edac4ce (patch) | |
tree | 62b6719e05106237a2b0d4f9d16244a709fdfb14 /src/zenity.h | |
parent | dc9719729899574d7f3b2056382af83fd106bd47 (diff) | |
download | zenity-d59ce70285a0c5d7dd634ba5cc746b331edac4ce.tar.gz |
Do not make zenity_util_show_dialog() X11 specific
Diffstat (limited to 'src/zenity.h')
-rw-r--r-- | src/zenity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenity.h b/src/zenity.h index 77f0c05..bab11e3 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -34,7 +34,7 @@ typedef struct { gint exit_code; gint timeout_delay; gboolean modal; - gint attach; + guintptr attach; } ZenityData; typedef enum { |