Re: more GDK->GTK mapping
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list gnome org
- Subject: Re: more GDK->GTK mapping
- Date: 01 Mar 2001 08:00:06 -0500
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]