Added nsPluginEventType_Idle

git-svn-id: svn://10.0.0.236/branches/OJI_19980618_BRANCH@5838 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1998-07-17 20:43:01 +00:00
parent 8425e93a55
commit fb2608c2a4
2 changed files with 8 additions and 12 deletions

View File

@@ -298,20 +298,18 @@ struct nsPluginEvent {
#endif
};
#ifdef XP_MAC
/*
* Non-standard event types that can be passed to HandleEvent
*/
enum nsPluginEventType {
nsPluginEventType_Idle = 0,
#ifdef XP_MAC
nsPluginEventType_GetFocusEvent = (osEvt + 16),
nsPluginEventType_LoseFocusEvent = (osEvt + 17),
nsPluginEventType_AdjustCursorEvent = (osEvt + 18),
nsPluginEventType_MenuCommandEvent = (osEvt + 19)
};
nsPluginEventType_MenuCommandEvent = (osEvt + 19),
#endif /* XP_MAC */
nsPluginEventType_Idle = 0
};
////////////////////////////////////////////////////////////////////////////////

View File

@@ -298,20 +298,18 @@ struct nsPluginEvent {
#endif
};
#ifdef XP_MAC
/*
* Non-standard event types that can be passed to HandleEvent
*/
enum nsPluginEventType {
nsPluginEventType_Idle = 0,
#ifdef XP_MAC
nsPluginEventType_GetFocusEvent = (osEvt + 16),
nsPluginEventType_LoseFocusEvent = (osEvt + 17),
nsPluginEventType_AdjustCursorEvent = (osEvt + 18),
nsPluginEventType_MenuCommandEvent = (osEvt + 19)
};
nsPluginEventType_MenuCommandEvent = (osEvt + 19),
#endif /* XP_MAC */
nsPluginEventType_Idle = 0
};
////////////////////////////////////////////////////////////////////////////////