>>>>> "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? Is it really necessary to customize each inset's color. JMarc