comparison src/typedefs.h @ 736:a7289f9e8d29

Fix signed vs unsigned warnings. In most cases, gint was used instead of guint.
author zas_
date Thu, 22 May 2008 13:00:45 +0000
parents 2d8a8e892b5e
children 477f48ba28d8
comparison
equal deleted inserted replaced
735:df6c11709106 736:a7289f9e8d29
236 236
237 struct _CollectInfo 237 struct _CollectInfo
238 { 238 {
239 FileData *fd; 239 FileData *fd;
240 GdkPixbuf *pixbuf; 240 GdkPixbuf *pixbuf;
241 gint flag_mask; 241 guint flag_mask;
242 }; 242 };
243 243
244 struct _CollectionData 244 struct _CollectionData
245 { 245 {
246 gchar *path; 246 gchar *path;
682 GList *list; 682 GList *list;
683 GList *list_done; 683 GList *list_done;
684 684
685 FileData *slide_fd; 685 FileData *slide_fd;
686 686
687 gint slide_count; 687 guint slide_count;
688 gint timeout_id; 688 gint timeout_id;
689 689
690 gint from_selection; 690 gint from_selection;
691 691
692 void (*stop_func)(SlideShowData *, gpointer); 692 void (*stop_func)(SlideShowData *, gpointer);