XGenericEventMask

Generic Event mask. To be used whenever a list of masks per extension has to be provided.

But, don't actually use the CARD{8,16,32} types. We can't get them them defined here without polluting the namespace.

extern (C) nothrow
struct XGenericEventMask {}

Members

Variables

evmask
uint evmask;
Undocumented in source.
extension
ubyte extension;
Undocumented in source.
pad0
ubyte pad0;
Undocumented in source.
pad1
ushort pad1;
Undocumented in source.

Meta