Lines Matching refs:event_send
1234 xcb_reparent_notify_event_t event_send; in winMultiWindowXMsgProc() local
1236 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() local
1268 event_send.event = notify->window; in winMultiWindowXMsgProc()
1272 (const char *)&event_send); in winMultiWindowXMsgProc()