Added XXX comment to a particularly nasty piece of code...

This commit is contained in:
rpotts%netscape.com 1998-07-17 06:27:37 +00:00
Родитель f98ba05f2f
Коммит 1f93bda803
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1088,6 +1088,7 @@ void* nsWindow::GetNativeData(PRUint32 aDataType)
case NS_NATIVE_WINDOW:
return (void*)mWnd;
case NS_NATIVE_GRAPHIC:
// XXX: This is sleezy!! Remember to Release the DC after using it!
return (void*)::GetDC(mWnd);
case NS_NATIVE_COLORMAP:
default: