asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Resize should not depend on refresh rate... #21

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

That is a bad behaviour. Especially nasty with XCFE and other wm sending resize event all along during the resizing... So the resize should not happen in the rendering loop... Need to find a way to do that better.