diff --git a/widget/public/nsGUIEvent.h b/widget/public/nsGUIEvent.h index 052c82741cf..84d75ca7bb2 100644 --- a/widget/public/nsGUIEvent.h +++ b/widget/public/nsGUIEvent.h @@ -289,6 +289,11 @@ enum nsDragDropEventStatus { #define NS_DRAGDROP_EXIT (NS_DRAGDROP_EVENT_START + 2) #define NS_DRAGDROP_DROP (NS_DRAGDROP_EVENT_START + 3) +// Events for popups +#define NS_POPUP_EVENT_START 1500 +#define NS_POPUP_CONSTRUCT (NS_POPUP_EVENT_START) +#define NS_POPUP_DESTRUCT (NS_POPUP_EVENT_START+1) + //@}