mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Added NS_NATIVE_PLUGIN_PORT selector to GetNativeData.
This commit is contained in:
parent
aa887814b4
commit
703c5b9250
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user