(android_ctx.c) Initialize these variables

This commit is contained in:
twinaphex 2017-01-17 17:28:19 +01:00
parent 0bd43bc885
commit 805c4c2d12

View File

@ -232,7 +232,8 @@ static void android_gfx_ctx_get_video_size(void *data,
static void android_gfx_ctx_check_window(void *data, bool *quit,
bool *resize, unsigned *width, unsigned *height, unsigned frame_count)
{
unsigned new_width, new_height;
unsigned new_width = 0;
unsigned new_height = 0;
android_ctx_data_t *and = (android_ctx_data_t*)data;
(void)frame_count;