Mercurial > geeqie.yaz
changeset 564:514a4525d651
Move marks-related fields from _ViewFileInfoList to _ViewFile, since
they'll be used for file icon view too.
author | zas_ |
---|---|
date | Sat, 03 May 2008 15:19:35 +0000 |
parents | 1ad894219964 |
children | 85b9cec260bc |
files | src/typedefs.h |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/typedefs.h Sat May 03 15:17:24 2008 +0000 +++ b/src/typedefs.h Sat May 03 15:19:35 2008 +0000 @@ -629,6 +629,10 @@ gint thumbs_count; ThumbLoader *thumbs_loader; FileData *thumbs_filedata; + + /* marks */ + gint marks_enabled; + gint active_mark; }; struct _ViewFileInfoList @@ -637,8 +641,6 @@ FileData *select_fd; gint thumbs_enabled; - gint marks_enabled; - gint active_mark; gint select_idle_id; };