Fix #821: Un-full-screen doesn't work. Regression
[geeqie.git] / src / options.c
index 2ea1f99..6bc13a9 100644 (file)
@@ -91,6 +91,7 @@ ConfOptions *init_options(ConfOptions *options)
        options->marks_save = TRUE;
        options->with_rename = FALSE;
        options->collections_on_top = FALSE;
+       options->hide_window_in_fullscreen = TRUE;
 
        memset(&options->image.border_color, 0, sizeof(options->image.border_color));
        memset(&options->image.alpha_color_1, 0, sizeof(options->image.alpha_color_1));