Fixed forgotten class qualifier.

git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1414 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
hybrid 2008-07-17 08:29:04 +00:00
parent 855f1353e6
commit 3ecc64ead9

View File

@ -483,14 +483,14 @@ bool CIrrDeviceMacOSX::isWindowActive() const
} }
bool isWindowFocused() const bool CIrrDeviceMacOSX::isWindowFocused() const
{ {
// TODO: return proper value // TODO: return proper value
return true; return true;
} }
bool isWindowMinimized() const bool CIrrDeviceMacOSX::isWindowMinimized() const
{ {
// TODO: return proper value // TODO: return proper value
return false; return false;