]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcsstransitionprivate.h
texthandles: Keep state internally to avoid X overhead
[~andy/gtk] / gtk / gtkcsstransitionprivate.h
index c8af3fce91f124f91c611c312a488718852ea1bd..2d075b01dfe6b5db7295645c988393a8549ce819 100644 (file)
@@ -40,7 +40,6 @@ struct _GtkCssTransition
 
   guint        property;
   GtkCssValue *start;
-  GtkCssValue *end;
   GtkCssValue *ease;
   gint64       start_time;
   gint64       end_time;
@@ -55,7 +54,6 @@ GType                   _gtk_css_transition_get_type        (void) G_GNUC_CONST;
 
 GtkStyleAnimation *     _gtk_css_transition_new             (guint               property,
                                                              GtkCssValue        *start,
-                                                             GtkCssValue        *end,
                                                              GtkCssValue        *ease,
                                                              gint64              start_time_us,
                                                              gint64              end_time_us);