Reviewed by Sam.
* WebView.cpp:
(WebViewWndProc): Don't set the resize cursor when over the non-border resize area.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29551
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-16 Steve Falkenburg <sfalken@apple.com>
+
+ <rdar://problem/5097419> Cursor flickers when over window resizer
+
+ Reviewed by Sam.
+
+ * WebView.cpp:
+ (WebViewWndProc): Don't set the resize cursor when over the non-border resize area.
+
2008-01-15 Steve Falkenburg <sfalken@apple.com>
<rdar://problem/5663888> Cannot type into a JavaScript prompt created from a timer
webView->revokeDragDrop();
break;
case WM_MOUSEMOVE:
- if (webView->inResizer(lParam))
- SetCursor(LoadCursor(0, IDC_SIZENWSE));
- // fall through
case WM_LBUTTONDOWN:
case WM_MBUTTONDOWN:
case WM_RBUTTONDOWN: