comparison src/typedefs.h @ 763:81f9e8dbb4bf

improved infrastructure for tracing changes, optimized vflist_populate_view
author nadvornik
date Wed, 28 May 2008 22:12:10 +0000
parents 477f48ba28d8
children f53c2bb5b1b1
comparison
equal deleted inserted replaced
762:e6927cef8541 763:81f9e8dbb4bf
431 GList *sidecar_files; 431 GList *sidecar_files;
432 FileData *parent; /* parent file if this is a sidecar file, NULL otherwise */ 432 FileData *parent; /* parent file if this is a sidecar file, NULL otherwise */
433 FileDataChangeInfo *change; /* for rename, move ... */ 433 FileDataChangeInfo *change; /* for rename, move ... */
434 GdkPixbuf *pixbuf; 434 GdkPixbuf *pixbuf;
435 gint ref; 435 gint ref;
436 gint version; /* increased when any field in this structure is changed */
436 gint user_orientation; 437 gint user_orientation;
437 gint exif_orientation; 438 gint exif_orientation;
438 }; 439 };
439 440
440 struct _LayoutWindow 441 struct _LayoutWindow