]> Pileus Git - ~andy/gtk/commit
sizerequest: Cache sizes without size groups
authorBenjamin Otte <otte@redhat.com>
Thu, 1 Nov 2012 23:50:54 +0000 (00:50 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 4 Nov 2012 14:24:17 +0000 (15:24 +0100)
commit62f541474247db57d17833ad05ade2a2c5625f66
tree69e6e7094bd78029fb9c579586101fd905bab307
parentbe1bde91112c80ddc475547db0d5cfabdff7f046
sizerequest: Cache sizes without size groups

We compute on-demand for size groups anyway, so we can (in theory, this
patch doesn't do that yet) get around costly cache blowing when
invalidating single widgets of a size group this way.
gtk/gtksizerequest.c