mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
simple-client: Remove unnecessary flush
This commit is contained in:
parent
1a11fac8fa
commit
ad67af1bcc
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue