9vx/X11: another forgotten X11 lock - vx32 - Local 9vx git repository for patches.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit bd3ce27341ac2e22020c9ed1620fa02e45b167c4
(DIR) parent b1e87845235beaa7a21784c7914303fca35a2014
(HTM) 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(-)
---
(DIR) 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 {