Added support for inserting floppies.
git-svn-id: svn://10.0.0.236/trunk@26554 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b045924a41
commit
9ac39587db
@ -249,12 +249,13 @@ nsIWidget *aWidget,
|
||||
if ( window == eventWindow )
|
||||
*aForWindow = PR_TRUE;
|
||||
break;
|
||||
|
||||
case diskEvt:
|
||||
// I think dialogs might want to support floppy insertion, and it doesn't
|
||||
// interfere with modality...
|
||||
case updateEvt:
|
||||
// always let update events through, because if we don't handle them, we're
|
||||
// doomed!
|
||||
*aForWindow = PR_TRUE;
|
||||
break;
|
||||
|
||||
case activateEvt:
|
||||
// certainly we have to let the obvious activate events through. hopefully
|
||||
// our consumption of other events will keep any unwanted activate events
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user