bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
git-svn-id: svn://10.0.0.236/trunk@110563 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -114,21 +114,6 @@ typedef MSG nsEmbedNativeEvent;
|
||||
|
||||
#ifdef MOZ_SUPPORTS_EMBEDDING_EVENT_PROCESSING
|
||||
|
||||
/**
|
||||
* @fn nsresult NS_DoIdleEmbeddingStuff()
|
||||
*
|
||||
* This function should be called during the idle time in your application
|
||||
* or as each event is processed. This function ensures things such as
|
||||
* timers are fired correctly. It is recommended you call this function
|
||||
* even if has no perceived effect for your platform.
|
||||
*
|
||||
* @status UNDER_REVIEW
|
||||
*
|
||||
* @return NS_OK
|
||||
*/
|
||||
extern nsresult NS_DoIdleEmbeddingStuff();
|
||||
|
||||
|
||||
/**
|
||||
* @fn nsresult NS_HandleEmbeddingEvent(nsEmbedNativeEvent &aEvent, PRBool &aWasHandled)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user