diff --git a/apps/yutani-test.c b/apps/yutani-test.c index 93555a4b..4f6fe4d3 100644 --- a/apps/yutani-test.c +++ b/apps/yutani-test.c @@ -92,6 +92,8 @@ void redraw(void) { draw_line(ctx, 0, 0, 0, h, rgb(255,255,255)); draw_line(ctx, w, w, 0, h, rgb(255,255,255)); + + yutani_flip(yctx, wina); } int main (int argc, char ** argv) {