r=peterl, sr=beard
Add framework for plugin and java windowtypes
This commit is contained in:
mkaply%us.ibm.com 2002-06-17 22:52:48 +00:00
Родитель e52f043531
Коммит c64d6b7b3d
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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
};