> > XCBClientMessageEvent cme; > cme.format = 32; > cme.data.data32[0] = ... 2 questions : 1) if i only use the first element of the array data, i must set it to 0 before, right ? 2) what about the response_type and sequence member ? are they usufull when i use XCBSendEvent ? thank you Vincent