shithub: riscv

Download patch

ref: 7ff779ff52b3da9c3b4cfee38cd90088ac65d6c3
parent: 92324db6b5f470789025a96814af8e4d96fc10a7
author: cinap_lenrek <[email protected]>
date: Tue Mar 22 13:48:08 EDT 2016

rio: add flushimage() after mb2 menu action

--- a/sys/src/cmd/rio/rio.c
+++ b/sys/src/cmd/rio/rio.c
@@ -813,6 +813,7 @@
 			wshow(w, w->nr);
 		break;
 	}
+	flushimage(display, 1);
 	wsendctlmesg(w, Wakeup, ZR, nil);
 }