Re: [PATCH] Configurable shadow for GtkMenuBar
- From: Manish Singh <yosh gimp org>
- To: Tim Janik <timj gtk org>
- Cc: gtk-devel-list redhat com
- Subject: Re: [PATCH] Configurable shadow for GtkMenuBar
- Date: Sun, 15 Nov 1998 23:53:57 -0800
> > - 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]