Fix #492: Shortcut to Hide all sidebars simultaneously
[geeqie.git] / src / typedefs.h
index 61b2bc2..ccc3c2b 100644 (file)
@@ -629,6 +629,14 @@ struct _LayoutOptions
        gboolean tools_hidden;
        gboolean toolbar_hidden;
 
+       struct {
+               gboolean info;
+               gboolean sort;
+               gboolean tools_float;
+               gboolean tools_hidden;
+               gboolean hidden;
+       } bars_state;
+
        gchar *home_path;
        gchar *last_path;