On Tue, Jun 05, 2007 at 10:07:40PM +0100, José Matos wrote: > On Tuesday 05 June 2007 19:16:08 Andre Poenitz wrote: > > Right. Commit 17913 added int InsetBase::background_color_ to InsetBase > > that used to be 16 bytes a while ago. > > > > Andre' > > Cann't that be a class method instead of an instance method? (In C++ parlance > mode a static class method/data I think).
Not really, as this assumes that all inset backgrounds are equal. Buts it would be sufficient if only insets that _do_ have a variable background would have that member. Andre'