[gtk+] GtkStyleContext: Use correct type for animation duration.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkStyleContext: Use correct type for animation duration.
- Date: Sat, 4 Dec 2010 15:18:39 +0000 (UTC)
commit 11480c57f0d7889ced3f9dc0b163882c5d97522f
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Nov 22 03:45:59 2010 +0100
GtkStyleContext: Use correct type for animation duration.
gtk/gtkstylecontext.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index adb9cd0..3303e74 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -583,7 +583,7 @@ timeline_finished_cb (GtkTimeline *timeline,
static AnimationInfo *
animation_info_new (GtkStyleContext *context,
gpointer region_id,
- gdouble duration,
+ guint duration,
GtkTimelineProgressType progress_type,
gboolean loop,
GtkStateType state,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]