Ecore_X(cb): Add missing flush after xcb_send_event.

SVN revision: 63357
This commit is contained in:
Christopher Michael 2011-09-13 15:45:56 +00:00
parent e982875277
commit 5bfeec8dab
1 changed files with 2 additions and 0 deletions

View File

@ -903,6 +903,7 @@ ecore_x_icccm_iconic_request_send(Ecore_X_Window win, Ecore_X_Window root)
(XCB_EVENT_MASK_SUBSTRUCTURE_NOTIFY |
XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT),
(const char *)&ev);
ecore_x_flush();
}
/**
@ -1303,6 +1304,7 @@ ecore_x_icccm_move_resize_send(Ecore_X_Window win, int x, int y, int w, int h)
xcb_send_event(_ecore_xcb_conn, 0, win,
XCB_EVENT_MASK_STRUCTURE_NOTIFY, (const char *)&ev);
ecore_x_flush();
}
/**