Home
last modified time | relevance | path

Searched refs:event_send (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c1234 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()
[all …]