Add file class Archive to the Search page
[geeqie.git] / src / options.h
index 4d1a940..894f25e 100644 (file)
 #ifndef OPTIONS_H
 #define OPTIONS_H
 
+#include <cairo.h>
+#include <gdk/gdk.h>
+#include <glib.h>
+
+#include "typedefs.h"
+
 struct SecureSaveInfo;
 
+#define COLOR_PROFILE_INPUTS 4
+
 /**
  * @enum DnDAction
  * drag and drop default action
@@ -55,6 +63,7 @@ struct ConfOptions
        gboolean show_predefined_keyword_tree;
        gboolean overunderexposed;
        gboolean expand_menu_toolbar;
+       gboolean hamburger_menu;
 
        /* various */
        gboolean tree_descend_subdirs;
@@ -392,6 +401,12 @@ struct ConfOptions
                gboolean status_bar;
        } selectable_bars;
 
+       /* Alternate similarity algorithm */
+       struct {
+               gboolean enabled;
+               gboolean grayscale; /**< convert fingerprint to greyscale */
+       } alternate_similarity_algorithm;
+
        gchar *mouse_button_8; /**< user-definable mouse buttons */
        gchar *mouse_button_9; /**< user-definable mouse buttons */
 
@@ -524,12 +539,7 @@ struct LayoutOptions
                gint histogram_mode;
        } image_overlay;
 
-       struct {
-               gint w;
-               gint h;
-               gint x;
-               gint y;
-       } log_window;
+       GdkRectangle log_window;
 
        struct {
                gint w;