diff options
Diffstat (limited to 'gtk/gtkhandlebox.h')
-rw-r--r-- | gtk/gtkhandlebox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index 0727cd2441..3f4b55e523 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -53,6 +53,7 @@ struct _GtkHandleBox guint float_window_mapped : 1; guint child_detached : 1; guint in_drag : 1; + guint shrink_on_detach : 1; GdkCursor *fleur_cursor; gint dragoff_x, dragoff_y; /* start drag position (wrt widget->window) */ |