Skip to content
  • darin's avatar
    WebCore: · 3d0b472f
    darin authored
    	- tighten up cursor handling a bit more
    
            * kwq/KWQWidget.mm:
            (QWidget::setCursor): Use setDocumentCursor: instead of our own protocol.
            (QWidget::cursor): Use documentCursor instead of storing our own cursor.
    
            * kwq/WebCoreFrameView.h: Remove setCursor: method.
    
    WebKit:
    
    	- tighten up cursor handling a bit more
    
            * WebView.subproj/WebDynamicScrollBarsView.m:
            * WebView.subproj/WebHTMLView.m:
            (-[WebHTMLView addMouseMovedObserver]): Call _frameOrBoundsChanged
    	so we emit a mouse moved event right away.
            (-[WebHTMLView viewWillMoveToSuperview:]): Remove the colon since I
    	removed the parameter from _frameOrBoundsChanged.
    
            * WebView.subproj/WebHTMLViewPrivate.h: Declare _frameOrBoundsChanged.
            * WebView.subproj/WebHTMLViewPrivate.m:
            (-[WebHTMLView _frameOrBoundsChanged]): Remove parameter.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2628 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    3d0b472f