X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Ftypedefs.h;h=f7725f2998da93a3caa737d7322b4bc8f4fe468b;hp=ccc3c2b4c1b2f721ef9694744632d078136f2014;hb=324129463b17052472ce473df3e253bee6476837;hpb=9c47109d3aa65663b0c95d454dadca43ce0ba7f4 diff --git a/src/typedefs.h b/src/typedefs.h index ccc3c2b4..f7725f29 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -625,6 +625,14 @@ struct _LayoutOptions gint histogram_mode; } image_overlay; + struct { + gint w; + gint h; + gint x; + gint y; + gboolean paused; + } log_window; + gboolean tools_float; gboolean tools_hidden; gboolean toolbar_hidden; @@ -766,6 +774,8 @@ struct _LayoutWindow GtkWidget *exif_window; AnimationData *animation; + + GtkWidget *log_window; }; struct _ViewDir @@ -978,11 +988,15 @@ struct _CommandLine gboolean startup_command_line_collection; gboolean tools_hide; gboolean tools_show; + gboolean log_window_show; gchar *path; gchar *file; GList *cmd_list; GList *collection_list; gchar *geometry; + gchar *regexp; + gchar *log_file; + SecureSaveInfo *ssi; }; #endif