diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-03-15 22:06:11 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-03-15 22:06:11 +0100 |
commit | 8b9f36dbe240da519113ac7d3473322321320b19 (patch) | |
tree | d9474a8ed1e50e07268bcbbb06f9c38efd38a2b8 /sys/src/cmd/rio/rio.c | |
parent | 02f37359b09972ced1ed1061bd2a5a0aa65b2d09 (diff) |
rio: flushimage() improves your ability to see, i repeat twice.
Diffstat (limited to 'sys/src/cmd/rio/rio.c')
-rw-r--r-- | sys/src/cmd/rio/rio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/rio/rio.c b/sys/src/cmd/rio/rio.c index 5c99afd45..7f5d5b196 100644 --- a/sys/src/cmd/rio/rio.c +++ b/sys/src/cmd/rio/rio.c @@ -419,9 +419,9 @@ deletethread(void*) if(i != nil){ /* move it off-screen to hide it, since client is slow in letting it go */ originwindow(i, i->r.min, view->r.max); + freeimage(i); + flushimage(display, 1); } - freeimage(i); - flushimage(display, 1); free(s); } } |