summaryrefslogtreecommitdiff
path: root/gtk/gtktreeprivate.h
diff options
context:
space:
mode:
authorKristian Rietveld <kris@imendio.com>2006-07-18 12:33:25 +0000
committerKristian Rietveld <kristian@src.gnome.org>2006-07-18 12:33:25 +0000
commit61f4d77d55fa871e6e1044c9a9ea0ab6401cc3a9 (patch)
treedcd5d2e4776b530c2b0e666277ad2913b4c3b625 /gtk/gtktreeprivate.h
parent6ca1b1e68570c903330d47f869d623db3d2eca21 (diff)
downloadgtk+-61f4d77d55fa871e6e1044c9a9ea0ab6401cc3a9.tar.gz
Another fix for #164884.
2006-07-18 Kristian Rietveld <kris@imendio.com> Another fix for #164884. * gtk/gtktreeprivate.h: add in_grab field. * gtk/gtktreeview.c (gtk_tree_view_button_press): only save press to possibly begin a drag when there's no grab pending, (gtk_tree_view_grab_notify): toggle in_grab field.
Diffstat (limited to 'gtk/gtktreeprivate.h')
-rw-r--r--gtk/gtktreeprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktreeprivate.h b/gtk/gtktreeprivate.h
index 9e7b591c03..0d3b3e0a61 100644
--- a/gtk/gtktreeprivate.h
+++ b/gtk/gtktreeprivate.h
@@ -231,6 +231,8 @@ struct _GtkTreeViewPrivate
guint rubber_banding_enable : 1;
+ guint in_grab : 1;
+
/* Auto expand/collapse timeout in hover mode */
guint auto_expand_timeout;