diff options
Diffstat (limited to 'gtk/gtkpaned.h')
-rw-r--r-- | gtk/gtkpaned.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h index 115dd12a6e..5940e32ea4 100644 --- a/gtk/gtkpaned.h +++ b/gtk/gtkpaned.h @@ -73,11 +73,13 @@ struct _GtkPaned guint child2_resize : 1; guint orientation : 1; guint in_recursion : 1; + guint handle_prelit : 1; GtkWidget *last_child1_focus; GtkWidget *last_child2_focus; GtkWidget *saved_focus; - + + gint drag_pos; gint original_position; }; |