MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / ResizeWindowAndUpdateResolutionOptions

Function ResizeWindowAndUpdateResolutionOptions

Source/options.cpp:287–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285
286#if !defined(USE_SDL1) || defined(__3DS__)
287void ResizeWindowAndUpdateResolutionOptions()
288{
289 ResizeWindow();
290#ifndef __3DS__
291 sgOptions.Graphics.resolution.InvalidateList();
292#endif
293}
294#endif
295
296void OptionShowFPSChanged()

Callers

nothing calls this directly

Calls 2

ResizeWindowFunction · 0.85
InvalidateListMethod · 0.80

Tested by

no test coverage detected