X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Ftypedefs.h;h=482c05a4ba330b1e1caa800ad3180c4ff782b85e;hp=befef17ef9a5c037536adb15294696f728810fa7;hb=db38d12f83128e9890ce2d2c7acc5ad62062bc7e;hpb=e436ea53511e1dadab981af18b237fee83fde39b diff --git a/src/typedefs.h b/src/typedefs.h index befef17e..482c05a4 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -140,7 +140,7 @@ typedef enum { NOTIFY_PRIORITY_MEDIUM, NOTIFY_PRIORITY_LOW } NotifyPriority; - + typedef enum { NOTIFY_MARKS = 1 << 1, /* changed marks */ NOTIFY_PIXBUF = 1 << 2, /* image was read into fd->pixbuf */ @@ -499,7 +499,7 @@ struct _FileData { time_t date; mode_t mode; /* this is needed at least for notification in view_dir because it is preserved after the file/directory is deleted */ gint sidecar_priority; - + guint marks; /* each bit represents one mark */ guint valid_marks; /* zero bit means that the corresponding mark needs to be reread */ @@ -511,7 +511,7 @@ struct _FileData { GdkPixbuf *pixbuf; /* full-size image, only complete images, NULL during loading all FileData with non-NULL pixbuf are referenced by image_cache */ - + HistMap *histmap; gint ref; @@ -520,7 +520,7 @@ struct _FileData { gint user_orientation; gint exif_orientation; - + ExifData *exif; time_t exifdate; GHashTable *modified_xmp; // hash table which contains unwritten xmp metadata in format: key->list of string values @@ -673,7 +673,7 @@ struct _LayoutWindow GtkWidget *info_details; GtkWidget *info_zoom; GtkWidget *info_pixel; - + /* slide show */ SlideShowData *slideshow; @@ -782,7 +782,7 @@ struct _ViewFile gboolean marks_enabled; gint active_mark; gint clicked_mark; - + /* refresh */ guint refresh_idle_id; /* event source id */ time_t time_refresh_set; /* time when refresh_idle_id was set */ @@ -868,7 +868,7 @@ struct _FullScreenData void (*stop_func)(FullScreenData *, gpointer); gpointer stop_data; - + gboolean same_region; /* the returned region will overlap the current location of widget. */ };