]> Pileus Git - ~andy/gtk/commit
stylecontext: Refactor the way animations are started and stopped
authorBenjamin Otte <otte@redhat.com>
Mon, 17 Sep 2012 09:22:06 +0000 (11:22 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 17 Sep 2012 18:40:01 +0000 (20:40 +0200)
commit7712d41b5e03381cf0307d3074d52e5c8d60a57e
tree032b6384af3592276fb8a2371fc9cb26ef3a19e6
parent13cbd22d178b571b8e0a3ebaf4bfecd007519069
stylecontext: Refactor the way animations are started and stopped

We now create animation objects unconditionally, but we only run the
animation loop when gtk_style_context_should_animate() return TRUE.
gtk/gtkstylecontext.c
gtk/gtkstylecontextprivate.h
gtk/gtkwidget.c