mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Fixed: #1053 screen mode retrieval only in cocoa mode
This commit is contained in:
parent
e4f066c7d5
commit
1a7138dc40
1 changed files with 3 additions and 1 deletions
|
@ -1580,7 +1580,9 @@ bool CDriverGL::getModes(std::vector<GfxMode> &modes)
|
||||||
// Mode index
|
// Mode index
|
||||||
modeIndex++;
|
modeIndex++;
|
||||||
}
|
}
|
||||||
#elif defined(NL_OS_MAC)
|
|
||||||
|
#elif defined(NL_OS_MAC) && defined(NL_MAC_NATIVE)
|
||||||
|
|
||||||
NL3D::MAC::getModes(modes);
|
NL3D::MAC::getModes(modes);
|
||||||
|
|
||||||
#elif defined (NL_OS_UNIX)
|
#elif defined (NL_OS_UNIX)
|
||||||
|
|
Loading…
Reference in a new issue