Re: [PATCH] Configurable shadow for GtkMenuBar



> > -  gint16 arrow_type;
> > -  gint16 shadow_type;
> > +  GtkArrowType arrow_type;
> > +  GtkShadowType shadow_type;
> 
> these two fields should stay gint16s so they get packed together (we
> save one int per strcuture, which is 4 bytes on intel or 8 bytes on
> alpha).

<snip>

> > -  gint16 shadow_type;
> > +
> > +  GtkShadowType shadow_type;
> > +
> 
> s/GtkShadowType/gint16/ like above

Ok, I thought there was a real reason, just making sure. I'll commit this
sans the gint16 changes.

-Yosh



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]