summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroup.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-20 13:34:17 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-20 13:34:17 +0000
commit38684d0a3563e61ace390097aecdcc701cae3df2 (patch)
treec9da527281e27c30067cee070c78f00393003626 /gtk/gtkaccelgroup.h
parent7cd4eb5650cd556f20ae7671a3c753f6de76c541 (diff)
downloadgtk+-38684d0a3563e61ace390097aecdcc701cae3df2.tar.gz
fix some formatting and whitespace in the code merged from the GSEAL
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkaccelgroup.[ch]: fix some formatting and whitespace in the code merged from the GSEAL branch. svn path=/trunk/; revision=20638
Diffstat (limited to 'gtk/gtkaccelgroup.h')
-rw-r--r--gtk/gtkaccelgroup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkaccelgroup.h b/gtk/gtkaccelgroup.h
index 48815d0374..80780dba5a 100644
--- a/gtk/gtkaccelgroup.h
+++ b/gtk/gtkaccelgroup.h
@@ -73,10 +73,11 @@ typedef gboolean (*GtkAccelGroupFindFunc) (GtkAccelKey *key,
struct _GtkAccelGroup
{
GObject parent;
- guint GSEAL (lock_count);
+
+ guint GSEAL (lock_count);
GdkModifierType GSEAL (modifier_mask);
GSList *GSEAL (acceleratables);
- guint GSEAL (n_accels);
+ guint GSEAL (n_accels);
GtkAccelGroupEntry *GSEAL (priv_accels);
};