simple-client: Remove unnecessary flush

This commit is contained in:
Kristian Høgsberg 2011-01-14 20:45:23 -05:00
parent 1a11fac8fa
commit ad67af1bcc
1 changed files with 0 additions and 2 deletions

View File

@ -226,8 +226,6 @@ create_surface(struct window *window)
window->geometry.width,
window->geometry.height,
stride, visual);
/* Process wl_drm_create_buffer. */
wl_display_iterate(display->display, WL_DISPLAY_WRITABLE);
wl_surface_attach(window->drm_surface.surface,
window->drm_surface.buffer, 0, 0);