ws/xlib: Call XFlush after PutImage

Want to see the results.
This commit is contained in:
Keith Whitwell 2010-03-28 10:39:46 -07:00
parent db5c2235d1
commit d0d73a38da

View file

@ -341,6 +341,8 @@ xlib_sw_display(struct xlib_drawable *xlib_drawable,
XPutImage(xm_dt->display, xlib_drawable->drawable, xm_dt->gc,
ximage, 0, 0, 0, 0, xm_dt->width, xm_dt->height);
}
XFlush(xm_dt->display);
}
/**