Vitaliy Margolen wine-patches@kievinfo.com writes:
+/***********************************************************************
do_grab_pointer
- Helper to call grab_pointer from any thread.
- x11_lock have to be held when calling this function. It will be
- released upon return.
Don't do that, lock/unlock should be done at the same level, it makes it really hard to verify otherwise.