Move extra roundtrip into password.c

This commit is contained in:
Drew DeVault 2018-04-03 22:00:29 -04:00
parent d2d050d59c
commit 0138f79b4a
2 changed files with 1 additions and 1 deletions

View file

@ -134,7 +134,6 @@ void render_frame(struct swaylock_surface *surface) {
wl_surface_attach(surface->surface, surface->current_buffer->buffer, 0, 0);
wl_surface_damage(surface->surface, 0, 0, buffer_width, buffer_height);
wl_surface_commit(surface->surface);
wl_display_roundtrip(state->display);
}
void render_frames(struct swaylock_state *state) {