Mercurial > geeqie
changeset 563:1ad894219964
Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList
to _ViewFile.
author | zas_ |
---|---|
date | Sat, 03 May 2008 15:17:24 +0000 |
parents | 544958ddd70e |
children | 514a4525d651 |
files | src/typedefs.h |
diffstat | 1 files changed, 6 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/src/typedefs.h Sat May 03 15:13:15 2008 +0000 +++ b/src/typedefs.h Sat May 03 15:17:24 2008 +0000 @@ -623,6 +623,12 @@ LayoutWindow *layout; GtkWidget *popup; + + /* thumbs updates*/ + gint thumbs_running; + gint thumbs_count; + ThumbLoader *thumbs_loader; + FileData *thumbs_filedata; }; struct _ViewFileInfoList @@ -634,12 +640,6 @@ gint marks_enabled; gint active_mark; - /* thumb updates */ - gint thumbs_running; - gint thumbs_count; - ThumbLoader *thumbs_loader; - FileData *thumbs_filedata; - gint select_idle_id; }; @@ -704,12 +704,6 @@ gint show_text; gint sync_idle_id; - - /* thumbs */ - gint thumbs_running; - gint thumbs_count; - ThumbLoader *thumbs_loader; - FileData *thumbs_filedata; }; struct _ViewFileIcon