Revert "Cut down on another video_driver_set_size call"

This reverts commit b951c84e014c0896146e584ebeea4b2b6c7ec8d1.
This commit is contained in:
twinaphex 2017-04-24 12:24:55 +02:00
parent b951c84e01
commit 8a215ce30e

View File

@ -1042,9 +1042,7 @@ static bool d3d_construct(d3d_video_t *d3d,
{
unsigned new_width = info->fullscreen ? full_x : info->width;
unsigned new_height = info->fullscreen ? full_y : info->height;
video->real_width = new_width;
video->real_height = new_height;
video_driver_set_size(&new_width, &new_height);
}
#ifdef HAVE_WINDOW