mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895274 part.50 Rename NS_CONTEXTMENU_MESSAGE_START to eContextMenuFirst r=smaug
This commit is contained in:
parent
fe692ad11f
commit
ea7838685f
@ -76,8 +76,8 @@ NS_EVENT_MESSAGE(ePointerGotCapture, ePointerEventFirst + 27)
|
||||
NS_EVENT_MESSAGE(ePointerLostCapture, ePointerEventFirst + 28)
|
||||
NS_EVENT_MESSAGE(ePointerEventLast, ePointerLostCapture)
|
||||
|
||||
NS_EVENT_MESSAGE(NS_CONTEXTMENU_MESSAGE_START, 500)
|
||||
NS_EVENT_MESSAGE(NS_CONTEXTMENU, NS_CONTEXTMENU_MESSAGE_START)
|
||||
NS_EVENT_MESSAGE(eContextMenuFirst, 500)
|
||||
NS_EVENT_MESSAGE(NS_CONTEXTMENU, eContextMenuFirst)
|
||||
|
||||
NS_EVENT_MESSAGE(NS_STREAM_EVENT_START, 1100)
|
||||
NS_EVENT_MESSAGE(NS_LOAD, NS_STREAM_EVENT_START)
|
||||
|
Loading…
Reference in New Issue
Block a user