diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-03-22 17:48:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-03-22 17:48:08 +0100 |
commit | 7ff779ff52b3da9c3b4cfee38cd90088ac65d6c3 (patch) | |
tree | e7aa48f2e2e391a8e041eb583b64b912b8eb882b /sys/src/cmd | |
parent | 92324db6b5f470789025a96814af8e4d96fc10a7 (diff) |
rio: add flushimage() after mb2 menu action
Diffstat (limited to 'sys/src/cmd')
-rw-r--r-- | sys/src/cmd/rio/rio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/rio/rio.c b/sys/src/cmd/rio/rio.c index 47cee90fc..0c1564f53 100644 --- a/sys/src/cmd/rio/rio.c +++ b/sys/src/cmd/rio/rio.c @@ -813,6 +813,7 @@ button2menu(Window *w) wshow(w, w->nr); break; } + flushimage(display, 1); wsendctlmesg(w, Wakeup, ZR, nil); } |