diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-13 18:32:26 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-13 18:32:26 +0000 |
commit | 275dafc66e27aa179d09886f17635bda857038e0 (patch) | |
tree | 5138bfe77eed291a5976b66d3f80254ebec4889b | |
parent | Re-structure the code to pass in the ZenityData structure into the (diff) | |
download | zenity-275dafc66e27aa179d09886f17635bda857038e0.tar.gz zenity-275dafc66e27aa179d09886f17635bda857038e0.tar.bz2 zenity-275dafc66e27aa179d09886f17635bda857038e0.zip |
Whitespace hacking.
2003-01-13 Glynn Foster <glynn.foster@sun.com>
* zenity.h: Whitespace hacking.
-rw-r--r-- | src/zenity.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/zenity.h b/src/zenity.h index a3def00f..bedec33a 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -31,9 +31,9 @@ typedef struct { typedef struct { gchar *dialog_text; - gint day; - gint month; - gint year; + gint day; + gint month; + gint year; gchar *date_format; } ZenityCalendarData; @@ -46,7 +46,7 @@ typedef enum { typedef struct { gchar *dialog_text; - MsgMode mode; + MsgMode mode; } ZenityMsgData; typedef struct { @@ -83,15 +83,15 @@ void zenity_calendar (ZenityData *data, void zenity_msg (ZenityData *data, ZenityMsgData *msg_data); void zenity_fileselection (ZenityData *data, - ZenityFileData *file_data); + ZenityFileData *file_data); void zenity_entry (ZenityData *data, ZenityEntryData *entry_data); void zenity_progress (ZenityData *data, ZenityProgressData *progress_data); void zenity_text (ZenityData *data, - ZenityTextData *text_data); + ZenityTextData *text_data); void zenity_tree (ZenityData *data, - ZenityTreeData *tree_data); + ZenityTreeData *tree_data); G_END_DECLS |