]> Pileus Git - ~andy/gtk/commit
GtkStyleContext: Fix animation framework to work with the new draw() semantics.
authorCarlos Garnacho <carlosg@gnome.org>
Sat, 9 Oct 2010 13:19:52 +0000 (15:19 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:18 +0000 (15:38 +0100)
commitc575733edab533c7e36062e06a4a8a9e2382685b
tree62ba5eed4f52a641d4056c947e3204c0243d8b8b
parentf9788eb173e59df9671551b2ac727f5a4729fc17
GtkStyleContext: Fix animation framework to work with the new draw() semantics.

Invalidation region coalescing now happens recursively as draw() runs, and the
widget's x/y as now drawing coordinates are 0,0 based.
gtk/gtkstylecontext.c
gtk/gtkstylecontext.h
gtk/gtkwidget.c