[Xcb] Endianness question

Barton C Massey bart at cs.pdx.edu
Thu Dec 4 10:43:52 PST 2008


In message <4937ED62.9060800 at hummingbird.com> you wrote:
> input is defined as uint8_t in the header, when it should be defined as
> uint32_t.
> 
> The ICCCM spec defines it as a CARD32. And it really can't do anything
> else, since properties all have to be the same size, so you can't have a
> CARD8 in the middle of a 32-bit property set.
> 
> Please try the attached. If it works for you, I'll commit.

Nice catch!

	Bart


More information about the Xcb mailing list