Re: small wm spec API additions



Havoc Pennington <hp redhat com> writes:

> +typedef struct
> +{
> +  guint fullscreen_initially : 1;
> +  guint skips_taskbar : 1;
> +  guint skips_pager : 1;
> +} GtkWindowPrivate;

It seems there is already room for exactly three more bits in struct
_GtkWindow. Or won't we rely on the compiler actually packing
bitfields?

Søren



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