X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkmenuprivate.h;h=f4583582bef2225c23c5214025065970f3d0a63e;hb=a89d420270d1a856e072ed87c365b0176f102e6c;hp=cbac9fdea148ceee1b41faf242f46d6bd8b32ada;hpb=c5b020e62893bed9279ffbc3def3a0e4f7f4bcc4;p=~andy%2Fgtk diff --git a/gtk/gtkmenuprivate.h b/gtk/gtkmenuprivate.h index cbac9fdea..f4583582b 100644 --- a/gtk/gtkmenuprivate.h +++ b/gtk/gtkmenuprivate.h @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library. If not, see . */ /* @@ -100,6 +99,8 @@ struct _GtkMenuPrivate guint seen_item_enter : 1; guint ignore_button_release : 1; guint no_toggle_size : 1; + guint drag_already_pressed : 1; + guint drag_scroll_started : 1; /* info used for the table */ guint *heights; @@ -126,6 +127,9 @@ struct _GtkMenuPrivate gint navigation_height; guint navigation_timeout; + + gdouble drag_start_y; + gint initial_drag_offset; }; G_END_DECLS