Browse Source

ws/xlib: Call XFlush after PutImage

Want to see the results.
tags/mesa-7.9-rc1
Keith Whitwell 15 years ago
parent
commit
d0d73a38da
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/gallium/winsys/sw/xlib/xlib_sw_winsys.c

+ 2
- 0
src/gallium/winsys/sw/xlib/xlib_sw_winsys.c 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);
}

/**

Loading…
Cancel
Save