[Xcb] Setting the WM_TRANSIENT_FOR property on a window
Julien Cristau
jcristau at debian.org
Mon Mar 22 08:21:38 PDT 2010
On Mon, Mar 22, 2010 at 16:16:27 +0100, Arnaud Fontaine wrote:
> >>>>> Peter Harris <git at peter.is-a-geek.org> writes:
>
> > Mikhail already clarified my point about variable-length arrays.
> > Thanks, Mikhail.
>
> Yes, thanks. I didn't know there was no way to recover in such
> case... Maybe, it's better to use alloca() then.
>
alloca() is exactly the same. Just use [cm]alloc(). Or fixed size
arrays. Pretty please.
Cheers,
Julien
More information about the Xcb
mailing list