winex11.drv: Fix handle_wm_protools take focus error cause tooltip window and popup menu not visible

Changhui Liu liuchanghui at linuxdeepin.com
Fri Jan 23 01:12:26 CST 2015


Because some program's WNDPROC will return a zero value for WM_MOUSEACTIVATE,
so it can be not one of the following values. 
/*
 * WM_MOUSEACTIVATE Return Codes
 */
#define MA_ACTIVATE         1
#define MA_ACTIVATEANDEAT   2
#define MA_NOACTIVATE       3
#define MA_NOACTIVATEANDEAT 4












------------------
Regards,
Changhui.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150123/1ef405d1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0011-winex11.drv-Fix-handle_wm_protools-take-focus-error-ca.txt
Type: application/octet-stream
Size: 1158 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150123/1ef405d1/attachment.obj>


More information about the wine-patches mailing list