yutani-test: must flip once to reveal window
This commit is contained in:
parent
6faf45b4b5
commit
00731c21e2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user