Bug 920377 part.30 Get rid of nsGUIEvent r=roc
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user