[Bug 504368] Re: sdl window intermittently scales instead of resizing
Lekensteyn
504368 at bugs.launchpad.net
Thu Jun 13 15:20:05 UTC 2013
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 must be a window manager or something sending this resize
event. What WM are you using?
Notes, SDL_VIDEORESIZE (and other events) may be eaten:
- in the very early start-up stage[1] (causing the issue mentioned in comment 13)
- during switches to and from fullscreen
- (some other paths that do not affect QEMU)
[1]: http://bugzilla.libsdl.org/show_bug.cgi?id=1859
** Bug watch added: bugzilla.libsdl.org/ #1859
http://bugzilla.libsdl.org/show_bug.cgi?id=1859
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/504368
Title:
sdl window intermittently scales instead of resizing
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/504368/+subscriptions
More information about the Ubuntu-server-bugs
mailing list