mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
3e0929d965
commit
b5e3808af8
1 changed files with 1 additions and 2 deletions
|
@ -490,7 +490,6 @@ bool CDriverGL::unInit()
|
||||||
|
|
||||||
#elif defined(NL_OS_MAC)
|
#elif defined(NL_OS_MAC)
|
||||||
|
|
||||||
// nothing to do
|
|
||||||
[_autoreleasePool release];
|
[_autoreleasePool release];
|
||||||
|
|
||||||
#elif defined (NL_OS_UNIX)
|
#elif defined (NL_OS_UNIX)
|
||||||
|
@ -1460,7 +1459,7 @@ bool CDriverGL::createWindow(const GfxMode &mode)
|
||||||
pos = 0;
|
pos = 0;
|
||||||
hwndParent = NULL;
|
hwndParent = NULL;
|
||||||
}
|
}
|
||||||
window = CreateWindowW(L"NLClass", L"NeL Window", dwStyle,
|
window = CreateWindowW(L"NLClass", L"NeL Window", dwStyle,
|
||||||
pos, pos, mode.Width, mode.Height, hwndParent, NULL, GetModuleHandle(NULL), NULL);
|
pos, pos, mode.Width, mode.Height, hwndParent, NULL, GetModuleHandle(NULL), NULL);
|
||||||
|
|
||||||
if (window == EmptyWindow)
|
if (window == EmptyWindow)
|
||||||
|
|
Loading…
Reference in a new issue