mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
fixing bustage (missed a file in checkin)
This commit is contained in:
parent
b7ef0f86cf
commit
c271429854
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user