ref: ef8ff388d6a9aa710f00d50742707aff6d5910b3
parent: a637dfd162c6ea99125741c5fc8e6dee15ac3728
author: sirjofri <sirjofri@sirjofri.de>
date: Fri May 24 08:26:17 EDT 2024
flushes image on end draw
--- a/plan9.c
+++ b/plan9.c
@@ -214,6 +214,7 @@
p9_end_draw(void *handle)
{
frontend *fe = (frontend*)handle;
+ flushimage(display, 1);
LOG("end_draw");
#ifdef PROFILE
ptimes.draw = times(nil) - drawtime;