comparison src/typedefs.h @ 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 2996f1bbc305
comparison
equal deleted inserted replaced
563:1ad894219964 564:514a4525d651
627 /* thumbs updates*/ 627 /* thumbs updates*/
628 gint thumbs_running; 628 gint thumbs_running;
629 gint thumbs_count; 629 gint thumbs_count;
630 ThumbLoader *thumbs_loader; 630 ThumbLoader *thumbs_loader;
631 FileData *thumbs_filedata; 631 FileData *thumbs_filedata;
632
633 /* marks */
634 gint marks_enabled;
635 gint active_mark;
632 }; 636 };
633 637
634 struct _ViewFileInfoList 638 struct _ViewFileInfoList
635 { 639 {
636 FileData *click_fd; 640 FileData *click_fd;
637 FileData *select_fd; 641 FileData *select_fd;
638 642
639 gint thumbs_enabled; 643 gint thumbs_enabled;
640 gint marks_enabled;
641 gint active_mark;
642 644
643 gint select_idle_id; 645 gint select_idle_id;
644 }; 646 };
645 647
646 struct _ViewFileList 648 struct _ViewFileList