diff options
Diffstat (limited to 'lib/egg/eggtoolitem.h')
-rw-r--r-- | lib/egg/eggtoolitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/egg/eggtoolitem.h b/lib/egg/eggtoolitem.h index 4c4fea46a..ad6f8b251 100644 --- a/lib/egg/eggtoolitem.h +++ b/lib/egg/eggtoolitem.h @@ -54,6 +54,7 @@ struct _EggToolItem guint expandable : 1; guint pack_end : 1; guint use_drag_window : 1; + guint overflow_item : 1; }; struct _EggToolItemClass |