Added NS_NATIVE_PLUGIN_PORT selector to GetNativeData.

This commit is contained in:
beard%netscape.com 1999-03-12 22:45:02 +00:00
Родитель b6ff23fd4b
Коммит fd5d29e28a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1196,6 +1196,7 @@ void* nsWindow::GetNativeData(PRUint32 aDataType)
switch(aDataType) {
case NS_NATIVE_WIDGET:
case NS_NATIVE_WINDOW:
case NS_NATIVE_PLUGIN_PORT:
return (void*)mWnd;
case NS_NATIVE_GRAPHIC:
// XXX: This is sleezy!! Remember to Release the DC after using it!