Searched refs:expected_resize (Results 1 – 3 of 3) sorted by relevance
169 data->expected_resize = SDL_TRUE; in WIN_SetWindowPositionInternal()171 data->expected_resize = SDL_FALSE; in WIN_SetWindowPositionInternal()593 data->expected_resize = SDL_TRUE; in WIN_MaximizeWindow()595 data->expected_resize = SDL_FALSE; in WIN_MaximizeWindow()641 data->expected_resize = SDL_TRUE; in WIN_RestoreWindow()643 data->expected_resize = SDL_FALSE; in WIN_RestoreWindow()700 data->expected_resize = SDL_TRUE; in WIN_SetWindowFullscreen()702 data->expected_resize = SDL_FALSE; in WIN_SetWindowFullscreen()
44 SDL_bool expected_resize; member
794 if (data->expected_resize) { in WIN_WindowProc()864 if (data->expected_resize) { in WIN_WindowProc()
Completed in 6 milliseconds