mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 895274 part.234 Rename NS_SPEAKERMANAGER_SPEAKERFORCEDCHANGE to eSpeakerForcedChange r=smaug
This commit is contained in:
parent
4175eebf8f
commit
f330e1391b
@ -670,7 +670,7 @@ NON_IDL_EVENT(warning,
|
||||
eBasicEventClass)
|
||||
|
||||
NON_IDL_EVENT(speakerforcedchange,
|
||||
NS_SPEAKERMANAGER_SPEAKERFORCEDCHANGE,
|
||||
eSpeakerForcedChange,
|
||||
EventNameType_None,
|
||||
eBasicEventClass)
|
||||
|
||||
|
@ -408,7 +408,7 @@ NS_EVENT_MESSAGE(NS_MEDIARECORDER_STOP, NS_MEDIARECORDER_EVENT_START +
|
||||
|
||||
// SpeakerManager events
|
||||
NS_EVENT_MESSAGE(NS_SPEAKERMANAGER_EVENT_START, 5800)
|
||||
NS_EVENT_MESSAGE(NS_SPEAKERMANAGER_SPEAKERFORCEDCHANGE, NS_SPEAKERMANAGER_EVENT_START + 1)
|
||||
NS_EVENT_MESSAGE(eSpeakerForcedChange, NS_SPEAKERMANAGER_EVENT_START + 1)
|
||||
|
||||
#ifdef MOZ_GAMEPAD
|
||||
// Gamepad input events
|
||||
|
Loading…
Reference in New Issue
Block a user