[Xcb] XCBShapeNotifyMask missing shape.h
Jamey Sharp
jamey at minilop.net
Wed Jun 15 10:09:00 PDT 2005
On Wed, 2005-06-15 at 18:43 +0200, Vincent Torri wrote:
> On Wed, 15 Jun 2005, Jamey Sharp wrote:
> > On Wed, 2005-06-15 at 11:25 +0200, Vincent Torri wrote:
> > > my bad, this one exists :) ShapeNotifyMask does not :-)
> >
> > Oh. :-) OK, so how would you use ShapeNotifyMask?
>
> XCBShapeSelectInput (_ecore_xcb_conn,
> window,
> ShapeNotifyMask);
> :)
Yay, another Xlib botch. :-/
That parameter is just a BOOL. Just pass 1 or whatever.
--Jamey
More information about the xcb
mailing list