fixing bustage (missed a file in checkin)

This commit is contained in:
dr%netscape.com 2001-04-25 02:45:55 +00:00
parent b7ef0f86cf
commit c271429854

View File

@ -197,7 +197,9 @@ interface nsIBaseWindow : nsISupports
it's parent. Note an object should not take focus for itself by giving it
to a child. In most cases this function is being called because the child
is trying to give up focus. */
void focusAvailable(in nsIBaseWindow aCurrentFocus, out boolean aTookFocus);
void focusAvailable(in nsIBaseWindow aCurrentFocus,
in boolean aForward,
out boolean aTookFocus);
/*
Title of the window.