mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
ws/xlib: Call XFlush after PutImage
Want to see the results.
This commit is contained in:
parent
db5c2235d1
commit
d0d73a38da
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue