commit | 5474aa941bfab8e7d93a296eedae4bce661b9035 | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@codeweavers.com> | Tue Apr 09 01:37:06 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Apr 09 01:37:06 2002 +0000 |
tree | 6719e50a7067048c34ea483e66e7889ee3b39e53 | |
parent | aba60df415b070f94d1da50ca2e55f70e9ecfdfd [diff] [blame] |
Fixed problem with mouse cursors in Word.
diff --git a/windows/nonclient.c b/windows/nonclient.c index 999b5a65..7e98307 100644 --- a/windows/nonclient.c +++ b/windows/nonclient.c
@@ -1692,8 +1692,7 @@ */ LONG NC_HandleSetCursor( HWND hwnd, WPARAM wParam, LPARAM lParam ) { - if (hwnd != WIN_GetFullHandle( (HWND)wParam )) - return 0; /* Don't set the cursor for child windows */ + hwnd = WIN_GetFullHandle( (HWND)wParam ); switch(LOWORD(lParam)) {