diff options
author | Michael Natterer <mitch@imendio.com> | 2008-06-20 14:17:00 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-06-20 14:17:00 +0000 |
commit | f87182ac4328ca4abfc44e05d641907f6208890a (patch) | |
tree | 36f30ed380822f94945b2949bc35b2d047969637 /gtk/gtkselection.h | |
parent | 812eaa436f81b0a17015f569da698f7bc80f4ab3 (diff) | |
download | gtk+-f87182ac4328ca4abfc44e05d641907f6208890a.tar.gz |
gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.h
2008-06-20 Michael Natterer <mitch@imendio.com>
* gtk/gtkaccellabel.h
* gtk/gtkactiongroup.h
* gtk/gtkalignment.h
* gtk/gtkarrow.h
* gtk/gtkaspectframe.h
* gtk/gtkbin.h
* gtk/gtkhandlebox.h
* gtk/gtkprogressbar.h
* gtk/gtkrange.h
* gtk/gtkscale.h
* gtk/gtkscalebutton.h
* gtk/gtkselection.h: fix some formatting and spacing uglyness
that got merged from the GSEAL branch.
svn path=/trunk/; revision=20643
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index def5308777..45219fdd47 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -58,12 +58,12 @@ typedef struct _GtkTargetEntry GtkTargetEntry; struct _GtkSelectionData { - GdkAtom GSEAL (selection); - GdkAtom GSEAL (target); - GdkAtom GSEAL (type); - gint GSEAL (format); + GdkAtom GSEAL (selection); + GdkAtom GSEAL (target); + GdkAtom GSEAL (type); + gint GSEAL (format); guchar *GSEAL (data); - gint GSEAL (length); + gint GSEAL (length); GdkDisplay *GSEAL (display); }; |