]> Pileus Git - ~andy/gtk/commit
stylecontext: Remove theming_engine cache variable
authorBenjamin Otte <otte@redhat.com>
Sat, 7 Apr 2012 09:08:23 +0000 (11:08 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:21 +0000 (08:59 +0200)
commit6ac754cdd1b5a273b0c0930866211c9b4bc450f4
treeac1e48e335dbf7d32ddb2ae1563e8be57bc0c08d
parent3ddb10430294ce7daa22e1a07e85db6184395317
stylecontext: Remove theming_engine cache variable

Instead, look up the variable upon use. This is more correct (for when
the engine changes due to save/restore() shenanigans.

And it removes code that doesn't use the standard code paths.
gtk/gtkstylecontext.c