[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-11 Thread Lekensteyn
I have attached a screenshot that shows the *contents* of a SDL window *not* being scaled despite the window being maximized. Is this the same issue or not? If not, can you attach a screenshot describing the issue? ** Attachment added: "screenshot of maximized window with scaling bug" https://

[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-13 Thread Lekensteyn
Scaling can be triggered by: - Pressing ctrl-alt-{minus,plus} (on certain keyboard layouts) - a SDL_VIDEORESIZE event SDL_VIDEORESIZE is always sent on an X ConfigureNotify event when a SDL_VideoSurface is active. (SDL_VideoSurface is NULL if a resize was done in SDL_SetVideoMode). So it really

[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-13 Thread Lekensteyn
I cannot reproduce with KWin FWIW, but have an openbox box somewhere (no pun intended). Can you apply the attached debug patch, reproduce your bug (move with alt+click) and attach the output? If the log grows too large, try: uniq -f1 -c log What version of SDL are you using? ** Patch added: