Ecore_X(cb): Add missing flush after xcb_send_event.

SVN revision: 63358
This commit is contained in:
Christopher Michael 2011-09-13 15:47:56 +00:00
parent 5bfeec8dab
commit 6a08cbdd30
2 changed files with 2 additions and 0 deletions

View File

@ -699,6 +699,7 @@ ecore_x_netwm_desktop_request_send(Ecore_X_Window win, Ecore_X_Window root, unsi
xcb_send_event(_ecore_xcb_conn, 0, root,
(XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT |
XCB_EVENT_MASK_SUBSTRUCTURE_NOTIFY), (const char *)&ev);
ecore_x_flush();
}
EAPI void

View File

@ -454,6 +454,7 @@ ecore_x_selection_notify_send(Ecore_X_Window requestor, Ecore_X_Atom selection,
xcb_send_event(_ecore_xcb_conn, 0, requestor,
XCB_EVENT_MASK_NO_EVENT, (const char *)&ev);
ecore_x_flush();
return EINA_TRUE;
}