[PATCH 1/3] x11drv: Move cached cursor position from under x11's lock and into it's own.

Mike McCormack mike at codeweavers.com
Sun Oct 15 09:51:43 CDT 2006


Vitaliy Margolen wrote:

>  dlls/winex11.drv/mouse.c |   43 +++++++++++++++++++++++++++++++++----------

...

>  POINT cursor_pos;
>  
> +static CRITICAL_SECTION cursor_CritSection;

There's a reference to cursor_pos in dlls/winex11.drv/keyboard.c too, 
and you're missing a critical section around it.

Mike



More information about the wine-devel mailing list