Bug 920377 part.30 Get rid of nsGUIEvent r=roc

This commit is contained in:
Masayuki Nakano
2013-10-02 12:46:03 +09:00
parent 8af36838cf
commit 8c4ece5434
124 changed files with 561 additions and 453 deletions

View File

@@ -72,14 +72,14 @@ private:
*
* @return TRUE if the event was consumed. Otherwise, FALSE.
*/
static bool DispatchEvent(nsWindowBase* aWidget, nsGUIEvent& aEvent);
static bool DispatchEvent(nsWindowBase* aWidget, WidgetGUIEvent& aEvent);
/**
* InitEvent() initializes the aEvent. If aPoint is null, the result of
* GetCurrentMessagePos() will be used.
*/
static void InitEvent(nsWindowBase* aWidget,
nsGUIEvent& aEvent,
WidgetGUIEvent& aEvent,
nsIntPoint* aPoint = nullptr);
/**