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://
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
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: