Refactor application window class name

This commit is contained in:
2024-07-25 22:32:00 +03:00
committed by Ari Vuollet
parent 29c3a9e4bf
commit 74fb1a74a6
8 changed files with 14 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ GDKWindow::GDKWindow(const CreateWindowSettings& settings)
// Creating the window
_handle = CreateWindowExW(
exStyle,
Platform::ApplicationWindowClass,
Platform::ApplicationClassName,
settings.Title.GetText(),
style,
x,