Open
Bug 312461
Opened 20 years ago
Updated 3 years ago
Adding NS_LAST_GUI_EVENT to nsGUIEvent.h events list
Categories
(Core :: Widget, defect)
Tracking
()
NEW
People
(Reporter: sergei_d, Unassigned)
Details
I'm wondering why GUI event's list has NS_WINDOW_START
http://lxr.mozilla.org/seamonkey/ident?i=NS_WINDOW_START
but lacks
NS_WINDOW_STOP.
In some platforms there is almost full duplicate of such list, e.g. in BeOS:
http://lxr.mozilla.org/seamonkey/source/widget/src/beos/nsWindow.h#237
and internal platform-event handling code might be made much simpler, if to use
events from nsGUIEvent.h list.
Only problem is safe adding of some really platform-specific events with no
correspondence in NS_ list.
But it cannot be done without definition of list end, like NS_WINDOW_STOP
Updated•16 years ago
|
QA Contact: general
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•