On Wed, Jun 06, 2007 at 09:24:48AM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> 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). > > Andre> Not really, as this assumes that all inset backgrounds are > Andre> equal. > > Andre> Buts it would be sufficient if only insets that _do_ have a > Andre> variable background would have that member. > > Why don't we just use a virtual mathod?
I don't know. This is obviously a sensible solution. > Is it really necessary to > customize each inset's color. I don't think so. Andre'