Added GetNativeEvent and DispatchNativeEvent, these are neded for future modal dialog support
git-svn-id: svn://10.0.0.236/trunk@20252 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -158,3 +158,16 @@ void* nsAppShell::GetNativeData(PRUint32 aDataType)
|
||||
}
|
||||
|
||||
|
||||
// XXX temporary code for Dialog investigation
|
||||
nsresult nsAppShell::GetNativeEvent(void *& aEvent, nsIWidget* aWidget, PRBool &aIsInWindow, PRBool &aIsMouseEvent)
|
||||
{
|
||||
aIsInWindow = PR_FALSE;
|
||||
aIsMouseEvent = PR_FALSE;
|
||||
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
nsresult nsAppShell::DispatchNativeEvent(void * aEvent)
|
||||
{
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user