comparison src/typedefs.h @ 562:544958ddd70e

Rename thumbs_fd to thumbs_filedata in ViewFileIcon struct to match the name used in ViewFileList.
author zas_
date Sat, 03 May 2008 15:13:15 +0000
parents 977b9bbd0e9b
children 1ad894219964
comparison
equal deleted inserted replaced
561:977b9bbd0e9b 562:544958ddd70e
707 707
708 /* thumbs */ 708 /* thumbs */
709 gint thumbs_running; 709 gint thumbs_running;
710 gint thumbs_count; 710 gint thumbs_count;
711 ThumbLoader *thumbs_loader; 711 ThumbLoader *thumbs_loader;
712 FileData *thumbs_fd; 712 FileData *thumbs_filedata;
713 }; 713 };
714 714
715 struct _ViewFileIcon 715 struct _ViewFileIcon
716 { 716 {
717 GtkWidget *widget; 717 GtkWidget *widget;
748 /* thumbs */ 748 /* thumbs */
749 749
750 gint thumbs_running; 750 gint thumbs_running;
751 gint thumbs_count; 751 gint thumbs_count;
752 ThumbLoader *thumbs_loader; 752 ThumbLoader *thumbs_loader;
753 FileData *thumbs_fd; 753 FileData *thumbs_filedata;
754 754
755 /* func list */ 755 /* func list */
756 void (*func_thumb_status)(ViewFileIcon *vfi, gdouble val, const gchar *text, gpointer data); 756 void (*func_thumb_status)(ViewFileIcon *vfi, gdouble val, const gchar *text, gpointer data);
757 gpointer data_thumb_status; 757 gpointer data_thumb_status;
758 758