[Xcb] XSelectInput equiv?

Jeremy Kolb jkolb at brandeis.edu
Sun Feb 6 15:06:32 PST 2005


Jamey Sharp wrote:
> On Sun, Feb 06, 2005 at 05:53:35PM -0500, Jeremy Kolb wrote:
> 
>>I can't seem to find an equivalent to XSelectInput.  Any ideas or am I 
>>blind?
> 
> 
> You're not blind: According to Appendix A of "X Window System: C Library
> and Protocol Reference", XSelectInput is a convenience function around
> the ChangeWindowAttributes request. This is, yes, completely
> non-obvious.
> 
> --Jamey


Alright, is there an equivalent to StructureNotifyMask? I notice it's 
defined as (1L<<17), but I don't see it defined in XCB anywhere.

Jeremy



More information about the xcb mailing list