]> Pileus Git - ~andy/gtk/commit - gtk/gtkstylecontext.c
stylecontext: Use state flags for direction
authorBenjamin Otte <otte@redhat.com>
Tue, 18 Dec 2012 16:47:06 +0000 (17:47 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 18 Dec 2012 17:25:42 +0000 (18:25 +0100)
commita73cc55e022c69fb2c7f6b059b0a9c12c3f057e1
treeab581fadd04e8e3e47b5aa09f251bc69e0904023
parent1bf3de223a4196ef95d098932044eede1a790893
stylecontext: Use state flags for direction

... instead of using a custom direction member.

And with that, GtkWidget doesn't need to call
gtk_style_context_set_direction() anymore.
gtk/gtkstylecontext.c
gtk/gtkwidget.c