mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sokol: fix a typo
This commit is contained in:
parent
ab350d52ec
commit
a8ced46564
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…
Reference in New Issue
Block a user