diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-01 20:26:40 -0400 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2014-05-23 19:54:28 +0200 |
commit | 616aac8d82b46d08176e21ac5eee031b6334db15 (patch) | |
tree | e8c1da32d1e5184b52bc2e3c2d0efb164d189915 /gtk/gtkbuttonprivate.h | |
parent | 0106099f5b8ee7ffef8e8560f513c9519d0c3499 (diff) | |
download | gtk+-616aac8d82b46d08176e21ac5eee031b6334db15.tar.gz |
Forgotten file
Diffstat (limited to 'gtk/gtkbuttonprivate.h')
-rw-r--r-- | gtk/gtkbuttonprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkbuttonprivate.h b/gtk/gtkbuttonprivate.h index 67ef99c5d4..069789a2d5 100644 --- a/gtk/gtkbuttonprivate.h +++ b/gtk/gtkbuttonprivate.h @@ -20,6 +20,7 @@ #define __GTK_BUTTON_PRIVATE_H__ #include "gtkactionhelper.h" +#include "gtkgesturesingle.h" #include "deprecated/gtkaction.h" G_BEGIN_DECLS @@ -36,6 +37,8 @@ struct _GtkButtonPrivate gchar *label_text; + GtkGesture *gesture; + gfloat xalign; gfloat yalign; |