[Xfce4-commits] <exo:master> Use unsigned int for idles and timeouts.
Nick Schermer
noreply at xfce.org
Sat Nov 10 14:46:01 CET 2012
Updating branch refs/heads/master
to 65565e976e7b57e19bb5ea7fa22923f561cc997d (commit)
from 9c892875edc18c7cac93534692f730a9327fd4f2 (commit)
commit 65565e976e7b57e19bb5ea7fa22923f561cc997d
Author: Nick Schermer <nick at xfce.org>
Date: Sat Nov 10 15:45:25 2012 +0100
Use unsigned int for idles and timeouts.
exo/exo-icon-view.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index 3f6f4c5..e863be1 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -467,7 +467,7 @@ struct _ExoIconViewPrivate
GtkAdjustment *hadjustment;
GtkAdjustment *vadjustment;
- gint layout_idle_id;
+ guint layout_idle_id;
gboolean doing_rubberband;
gint rubberband_x_1, rubberband_y_1;
@@ -475,7 +475,7 @@ struct _ExoIconViewPrivate
GdkGC *rubberband_border_gc;
GdkGC *rubberband_fill_gc;
- gint scroll_timeout_id;
+ guint scroll_timeout_id;
gint scroll_value_diff;
gint event_last_x, event_last_y;
@@ -553,7 +553,7 @@ struct _ExoIconViewPrivate
guint search_imcontext_changed : 1;
gint search_column;
gint search_selected_iter;
- gint search_timeout_id;
+ guint search_timeout_id;
gboolean search_disable_popdown;
ExoIconViewSearchEqualFunc search_equal_func;
gpointer search_equal_data;
More information about the Xfce4-commits
mailing list