[Xcb] XCB_CW_OVERRIDE_REDIRECT strange behavior.

Barton C Massey bart at cs.pdx.edu
Sat Apr 7 21:18:30 PDT 2007


When you specify OVERRIDE_REDIRECT to the server, but use
"false" as the value, as far as I know it doesn't actually
override the redirect, so nothing is supposed to happen.  I
don't know why you are seeing a change in behavior there.

Any others have good ideas?

	Bart

In message <46166D7F.8060607 at jesmanowicz.com> you wrote:
> #if 1
>   mask = XCB_CW_OVERRIDE_REDIRECT | XCB_CW_EVENT_MASK;
>   values[0] = 0;
> #else


More information about the Xcb mailing list