yutani-test: must flip once to reveal window

This commit is contained in:
K. Lange 2021-08-11 13:14:40 +09:00
parent 6faf45b4b5
commit 00731c21e2

View File

@ -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) {