Ecore_X(cb): Add extra flush.
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 20 Aug 2011 02:28:08 +0000 (02:28 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sat, 20 Aug 2011 02:28:08 +0000 (02:28 +0000)
SVN revision: 62608

legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_region.c

index 2151cb7..a13b207 100644 (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;
 }