vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

commit bd3ce27341ac2e22020c9ed1620fa02e45b167c4
parent b1e87845235beaa7a21784c7914303fca35a2014
Author: Russ Cox <rsc@swtch.com>
Date:   Sun, 29 Jun 2008 22:24:21 -0400

9vx/X11: another forgotten X11 lock

Diffstat:
src/9vx/x11/x11-itrans.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/9vx/x11/x11-itrans.c b/src/9vx/x11/x11-itrans.c @@ -312,7 +312,9 @@ _xsetcursor(Cursor *c) void setcursor(Cursor *c) { + drawqlock(); _xsetcursor(c); + drawqunlock(); } struct {