Part of fix for bug 46861. Modified idlc generated header file, but forgot to change the idl itself. Doh! r=pollmann

git-svn-id: svn://10.0.0.236/trunk@77935 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com 2000-09-01 22:01:33 +00:00
parent 24c8934993
commit 66f83dccc1
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ interface XULCommandDispatcher {
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
attribute Element focusedElement;
attribute Window focusedWindow;
attribute WindowInternal focusedWindow;
attribute boolean suppressFocus;
attribute boolean suppressFocusScroll;
attribute boolean active;

View File

@ -4,7 +4,7 @@ interface XULCommandDispatcher {
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
attribute Element focusedElement;
attribute Window focusedWindow;
attribute WindowInternal focusedWindow;
attribute boolean suppressFocus;
attribute boolean suppressFocusScroll;
attribute boolean active;