comparison src/typedefs.h @ 812:d29c2d191c58

use vficon_refresh for updating
author nadvornik
date Mon, 09 Jun 2008 19:41:37 +0000
parents c3fc736fb927
children f8c22438376c
comparison
equal deleted inserted replaced
811:f1ce59985518 812:d29c2d191c58
642 gint marks_enabled; 642 gint marks_enabled;
643 gint active_mark; 643 gint active_mark;
644 gint clicked_mark; 644 gint clicked_mark;
645 645
646 /* refresh */ 646 /* refresh */
647 gint refresh_idle_id; /* used only in vflist for now */ 647 gint refresh_idle_id;
648 }; 648 };
649 649
650 struct _ViewFileInfoList 650 struct _ViewFileInfoList
651 { 651 {
652 FileData *click_fd; 652 FileData *click_fd;
677 struct _IconData *focus_id; 677 struct _IconData *focus_id;
678 gint focus_row; 678 gint focus_row;
679 gint focus_column; 679 gint focus_column;
680 680
681 gint show_text; 681 gint show_text;
682
683 gint sync_idle_id;
684 }; 682 };
685 683
686 struct _SlideShowData 684 struct _SlideShowData
687 { 685 {
688 ImageWindow *imd; 686 ImageWindow *imd;