Fixed: #1053 screen mode retrieval only in cocoa mode

This commit is contained in:
rti 2010-08-04 22:58:14 +02:00
parent 89b4b27d1b
commit e034715e44

View file

@ -1580,7 +1580,9 @@ bool CDriverGL::getModes(std::vector<GfxMode> &modes)
// Mode index
modeIndex++;
}
#elif defined(NL_OS_MAC)
#elif defined(NL_OS_MAC) && defined(NL_MAC_NATIVE)
NL3D::MAC::getModes(modes);
#elif defined (NL_OS_UNIX)