mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
sokol: fix a typo
This commit is contained in:
parent
ab350d52ec
commit
a8ced46564
1 changed files with 1 additions and 1 deletions
2
thirdparty/sokol/sokol_app.h
vendored
2
thirdparty/sokol/sokol_app.h
vendored
|
@ -10991,7 +10991,7 @@ SOKOL_API_IMPL void sapp_set_window_title(const char* title) {
|
|||
#endif
|
||||
}
|
||||
|
||||
SOKOL_API_IMPL void sapp_resize_window(int width, height) {
|
||||
SOKOL_API_IMPL void sapp_resize_window(int width, int height) {
|
||||
/*
|
||||
#if defined(_SAPP_MACOS)
|
||||
_sapp_macos_resize_window(width, height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue