mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895274 part.20 Rename NS_OFFLINE to eOffline r=smaug
This commit is contained in:
parent
fd61b1b10f
commit
2dd6a35257
@ -496,7 +496,7 @@ WINDOW_EVENT(message,
|
||||
EventNameType_None,
|
||||
eBasicEventClass)
|
||||
WINDOW_EVENT(offline,
|
||||
NS_OFFLINE,
|
||||
eOffline,
|
||||
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
WINDOW_EVENT(online,
|
||||
|
@ -38,7 +38,7 @@ NS_EVENT_MESSAGE(eScroll, eWindowEventFirst + 61)
|
||||
NS_EVENT_MESSAGE(ePluginActivate, eWindowEventFirst + 62)
|
||||
NS_EVENT_MESSAGE(ePluginFocus, eWindowEventFirst + 63)
|
||||
|
||||
NS_EVENT_MESSAGE(NS_OFFLINE, eWindowEventFirst + 64)
|
||||
NS_EVENT_MESSAGE(eOffline, eWindowEventFirst + 64)
|
||||
NS_EVENT_MESSAGE(NS_ONLINE, eWindowEventFirst + 65)
|
||||
|
||||
// NS_BEFORERESIZE_EVENT used to be here (eWindowEventFirst + 66)
|
||||
|
Loading…
Reference in New Issue
Block a user