Platform/WindowManager: Rename to WindowBackend

This commit is contained in:
SirLynix
2022-04-23 16:26:59 +02:00
parent e7274b24e9
commit 2389a2fe53
8 changed files with 19 additions and 22 deletions

View File

@@ -47,7 +47,7 @@ namespace Nz::GL
bool WGLContext::Create(const WGLContext* baseContext, const ContextParams& params, WindowHandle window, const WGLContext* shareContext)
{
NazaraAssert(window.type == WindowManager::Windows, "expected Windows window");
NazaraAssert(window.type == WindowBackend::Windows, "expected Windows window");
Destroy();