Added CaptureMouse method to nsIWidget. Implemented CaptureMouse in nsWindow.cpp
Added a base implementation to nsBaseWidget.cpp. git-svn-id: svn://10.0.0.236/trunk@36076 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -217,6 +217,11 @@ void nsBaseWidget::BaseCreate(nsIWidget *aParent,
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsBaseWidget::CaptureMouse(PRBool aCapture)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
//
|
||||
// Accessor functions to get/set the client data
|
||||
|
||||
Reference in New Issue
Block a user