winex11.drv: Update a comment.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ce9aaf3f42
commit
2873527819
|
@ -702,7 +702,7 @@ static void handle_wm_protocols( HWND hwnd, XClientMessageEvent *event )
|
||||||
|
|
||||||
if (can_activate_window(hwnd))
|
if (can_activate_window(hwnd))
|
||||||
{
|
{
|
||||||
/* simulate a mouse click on the caption to find out
|
/* simulate a mouse click on the menu to find out
|
||||||
* whether the window wants to be activated */
|
* whether the window wants to be activated */
|
||||||
LRESULT ma = SendMessageW( hwnd, WM_MOUSEACTIVATE,
|
LRESULT ma = SendMessageW( hwnd, WM_MOUSEACTIVATE,
|
||||||
(WPARAM)GetAncestor( hwnd, GA_ROOT ),
|
(WPARAM)GetAncestor( hwnd, GA_ROOT ),
|
||||||
|
|
Loading…
Reference in New Issue