зеркало из https://github.com/mozilla/pjs.git
r=peterl, sr=beard Add framework for plugin and java windowtypes
This commit is contained in:
Родитель
e52f043531
Коммит
c64d6b7b3d
|
@ -115,7 +115,11 @@ enum nsWindowType {
|
|||
// child windows (contained inside a window on the desktop (has no border))
|
||||
eWindowType_child,
|
||||
// windows that are invisible or offscreen
|
||||
eWindowType_invisible
|
||||
eWindowType_invisible,
|
||||
// plugin window
|
||||
eWindowType_plugin,
|
||||
// java plugin window
|
||||
eWindowType_java
|
||||
};
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче