diff 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
line wrap: on
line diff
--- a/src/typedefs.h	Thu May 22 11:28:35 2008 +0000
+++ b/src/typedefs.h	Thu May 22 13:00:45 2008 +0000
@@ -238,7 +238,7 @@
 {
 	FileData *fd;
 	GdkPixbuf *pixbuf;
-	gint flag_mask;
+	guint flag_mask;
 };
 
 struct _CollectionData
@@ -684,7 +684,7 @@
 
 	FileData *slide_fd;
 
-	gint slide_count;
+	guint slide_count;
 	gint timeout_id;
 
 	gint from_selection;