Ecore_X(cb): Add extra flush.

SVN revision: 62608
This commit is contained in:
Christopher Michael 2011-08-20 02:28:08 +00:00
parent 897011100f
commit 119f80853e
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ ecore_x_xregion_set(Ecore_X_XRegion *region, Ecore_X_GC gc)
xcb_set_clip_rectangles(_ecore_xcb_conn, XCB_CLIP_ORDERING_YX_BANDED,
gc, 0, 0, num, rects);
ecore_x_flush();
return EINA_TRUE;
}