working for windows

This commit is contained in:
Carlos Aragones
2020-09-16 11:38:05 +02:00
parent a6e63243f4
commit 82595a8d74
10 changed files with 70 additions and 46 deletions

View File

@ -243,6 +243,7 @@ NSString *g_shader_src = kShader(
// Respond to drawable size or orientation changes here
window_data->window_width = size.width;
window_data->window_height = size.height;
resize_dst(window_data, size.width, size.height);
kCall(resize_func, size.width, size.height);
}