Oops, multiple resizes should work now.

This commit is contained in:
Kevin Lange 2013-06-16 00:26:37 -07:00
parent b582be7175
commit 5b5baf694e

View File

@ -54,6 +54,8 @@ void TOARU_PumpEvents(_THIS) {
fprintf(stderr, "--- From a natural resize. Informing SDL.\n");
this->hidden->triggered_resize = 1;
SDL_PrivateResize(evt->width - this->hidden->x_w, evt->height - this->hidden->x_h);
} else {
this->hidden->triggered_resize = 0;
}
break;
case WE_FOCUSCHG: