mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 504975. Go back to overriding HandleMultiplePress on various XUL frames. r=roc
This commit is contained in:
parent
a2aaeadc49
commit
2a109b5e0a
@ -75,8 +75,9 @@ public:
|
||||
nsEventStatus* aEventStatus);
|
||||
|
||||
NS_IMETHOD HandleMultiplePress(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus) { return NS_OK; }
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus,
|
||||
PRBool aControlHeld) { return NS_OK; }
|
||||
|
||||
NS_IMETHOD HandleDrag(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
|
@ -149,8 +149,9 @@ nsScrollbarFrame::HandlePress(nsPresContext* aPresContext,
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsScrollbarFrame::HandleMultiplePress(nsPresContext* aPresContext,
|
||||
nsGUIEvent* aEvent,
|
||||
nsEventStatus* aEventStatus)
|
||||
nsGUIEvent* aEvent,
|
||||
nsEventStatus* aEventStatus,
|
||||
PRBool aControlHeld)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
@ -73,8 +73,9 @@ public:
|
||||
nsEventStatus* aEventStatus);
|
||||
|
||||
NS_IMETHOD HandleMultiplePress(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus);
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus,
|
||||
PRBool aControlHeld);
|
||||
|
||||
NS_IMETHOD HandleDrag(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
|
@ -191,8 +191,9 @@ public:
|
||||
nsEventStatus* aEventStatus);
|
||||
|
||||
NS_IMETHOD HandleMultiplePress(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus) { return NS_OK; }
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus,
|
||||
PRBool aControlHeld) { return NS_OK; }
|
||||
|
||||
NS_IMETHOD HandleDrag(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
|
@ -394,8 +394,9 @@ nsSplitterFrame::HandlePress(nsPresContext* aPresContext,
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsSplitterFrame::HandleMultiplePress(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus)
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus,
|
||||
PRBool aControlHeld)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
@ -80,8 +80,9 @@ public:
|
||||
nsEventStatus* aEventStatus);
|
||||
|
||||
NS_IMETHOD HandleMultiplePress(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus);
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus,
|
||||
PRBool aControlHeld);
|
||||
|
||||
NS_IMETHOD HandleDrag(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
|
Loading…
Reference in New Issue
Block a user