[Xcb] Xevent and XCBEvent
Vincent Torri
Vincent.Torri at iecn.u-nancy.fr
Sat May 7 00:00:57 PDT 2005
Hello,
In a function of ecore, an XEvent is defined as follows :
xev.xclient.type = ClientMessage;
xev.xclient.display = disp;
xev.xclient.window = win;
xev.xclient.message_type = Atom1;
xev.xclient.format = 32;
xev.xclient.data.l[0] = Atom2;
xev.xclient.data.l[1] = CurrentTime;
1) How could I fill the char event[32] that I have to pass to XCBSendEvent
with these informations ?
2) I've already asked the question, but there was no precise answer : i
don't know where the data field of th xclient field of a XEvent can be
found in XCB. Doe someone have an idea about that ?
Thank you
Vincent
More information about the xcb
mailing list