Merge pull request #60 from tjrileywisc/change-app-name

Rename sokol app window for consistency
This commit is contained in:
Dominic Szablewski 2023-08-31 12:12:26 +02:00 committed by GitHub
commit cf68eab8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,6 +305,7 @@ sapp_desc sokol_main(int argc, char* argv[]) {
.height = SYSTEM_WINDOW_HEIGHT,
.init_cb = system_init,
.frame_cb = system_update,
.window_title = SYSTEM_WINDOW_NAME,
.cleanup_cb = platform_cleanup,
.event_cb = platform_handle_event,
.win32_console_attach = true