Include check for existence of xvfb in meson.build
[geeqie.git] / src / options.h
index ce05055..60003ef 100644 (file)
@@ -31,6 +31,7 @@ struct _ConfOptions
        gboolean place_dialogs_under_mouse;
        gboolean mousewheel_scrolls;
        gboolean image_lm_click_nav;
+       gboolean image_l_click_archive;
        gboolean image_l_click_video;
        gchar *image_l_click_video_editor;
        gboolean show_icon_names;
@@ -57,6 +58,7 @@ struct _ConfOptions
        gboolean sort_totals;
 
        gint open_recent_list_maxsize;
+       gint recent_folder_image_list_maxsize;
        gint dnd_icon_size;
        DnDAction dnd_default_action;
        gint clipboard_selection;
@@ -73,6 +75,8 @@ struct _ConfOptions
        gboolean marks_save;            /**< save marks on exit */
        gchar *marks_tooltips[FILEDATA_MARKS_SIZE];
 
+       gboolean appimage_notifications;
+
        gboolean with_rename;
        gboolean collections_on_top;
        gboolean hide_window_in_fullscreen;
@@ -136,7 +140,6 @@ struct _ConfOptions
        /* image */
        struct {
                gboolean exif_rotate_enable;
-               gboolean exif_proof_rotate_enable;
                guint scroll_reset_method;
                gboolean fit_window_to_image;
                gboolean limit_window_size;
@@ -154,6 +157,7 @@ struct _ConfOptions
                gboolean zoom_to_fit_allow_expand;
                guint zoom_quality;
                gint zoom_increment;    /**< 100 is 1.0, 5 is 0.05, 200 is 2.0, etc. */
+               ZoomStyle zoom_style;
                gboolean use_clutter_renderer;
 
                gboolean use_custom_border_color_in_fullscreen;
@@ -289,11 +293,13 @@ struct _ConfOptions
                gboolean keywords_case_sensitive;
                gboolean write_orientation;
                gboolean sidecar_extended_name;
+
+               gboolean check_spelling;
        } metadata;
 
        /* Stereo */
        struct {
-               gint mode;;
+               gint mode;
                gint fsmode;
                gboolean enable_fsmode;
                gint fixed_w, fixed_h;
@@ -342,6 +348,7 @@ struct _ConfOptions
                gboolean paused;
                gboolean line_wrap;
                gboolean timer_data;
+               gchar *action; /** Used with F1 key */
        } log_window;
 
        /* star rating */
@@ -374,8 +381,8 @@ struct _ConfOptions
 
        gboolean read_metadata_in_idle;
 
-       gboolean disable_gpu; /**< GPU - see main.c */
-       gboolean override_disable_gpu; /**< GPU - see main.c */
+       gboolean disable_gpu; /**< GPU - see main.cc */
+       gboolean override_disable_gpu; /**< GPU - see main.cc */
 
        GList *disabled_plugins;
 };