Add this to d3d_alive

This commit is contained in:
twinaphex 2017-04-24 09:44:05 +02:00
parent f6ca860bc9
commit 8efa2b146e

View File

@ -873,6 +873,9 @@ static bool d3d_alive(void *data)
bool quit = false;
bool resize = false;
/* Needed because some context drivers don't track their sizes */
video_driver_get_size(&temp_width, &temp_height);
size_data.quit = &quit;
size_data.resize = &resize;
size_data.width = &temp_width;