Re: more GDK->GTK mapping



Oskar Liljeblad <osk hem passagen se> writes:

> On Tuesday, February 27, 2001 at 17:55, Havoc Pennington wrote:
> > 
> > Hi,
> [..]
> >    guint iconify_initially : 1;
> >    guint stick_initially : 1;
> >    guint maximize_initially : 1;
> > +
> > +  /* Decorations/functions are set */
> > +  guint decorations_set : 1;
> > +  guint functions_set : 1;
> 
> This has probably been discussed before, but isn't it more correct to use
> 
>   gboolean xxx : 1
> 
> here?

Yes, it has been discused, and no it isn't more correct. gboolean is
a typedef for int, and hence signed.

Regards,
                                        Owen




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