Fixed: #1053 screen mode retrieval only in cocoa mode

This commit is contained in:
rti 2010-08-04 22:58:14 +02:00
parent e4f066c7d5
commit 1a7138dc40

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)