Skip to content

Commit

Permalink
view: Flush after drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport authored and sardemff7 committed Feb 21, 2016
1 parent 85fcdf9 commit 2eb6345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/view.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ void rofi_view_update ( RofiViewState *state )

// Flush the surface.
cairo_surface_flush ( surface );
XFlush ( display );
TICK ();
}

Expand Down

0 comments on commit 2eb6345

Please sign in to comment.