Searched refs:event_send (Results 1 – 1 of 1) sorted by relevance
1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()1237 event_send.event = notify->window; in winMultiWindowXMsgProc()1238 event_send.window = notify->window; in winMultiWindowXMsgProc()1239 event_send.parent = reply_qt->parent; in winMultiWindowXMsgProc()1240 event_send.x = reply->x; in winMultiWindowXMsgProc()1241 event_send.y = reply->y; in winMultiWindowXMsgProc()1245 (const char *)&event_send); in winMultiWindowXMsgProc()1266 xcb_configure_notify_event_t event_send = *notify; in winMultiWindowXMsgProc() local1268 event_send.event = notify->window; in winMultiWindowXMsgProc()[all …]