Added NS_NATIVE_PLUGIN_PORT selector to GetNativeData.

This commit is contained in:
beard%netscape.com 1999-03-12 22:45:02 +00:00
parent aa887814b4
commit 703c5b9250

View File

@ -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!