mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Sync NPAPI scrolling constants between files. b=477126 r/sr=jst
This commit is contained in:
parent
9110fcd522
commit
61218c204f
@ -357,10 +357,9 @@ enum nsPluginEventType {
|
||||
nsPluginEventType_AdjustCursorEvent,
|
||||
nsPluginEventType_MenuCommandEvent,
|
||||
nsPluginEventType_ClippingChangedEvent,
|
||||
nsPluginEventType_ScrollingBeginsEvent,
|
||||
nsPluginEventType_ScrollingEndsEvent,
|
||||
#endif /* XP_MACOSX */
|
||||
nsPluginEventType_Idle = 0
|
||||
nsPluginEventType_ScrollingBeginsEvent = 1000,
|
||||
nsPluginEventType_ScrollingEndsEvent
|
||||
#endif
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user