]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk.c
gtk: window sizing overhaul
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 16 May 2014 10:26:12 +0000 (12:26 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 26 May 2014 06:41:04 +0000 (08:41 +0200)
commit82fc18099aa8ee2533add523cc0069f26a83e7b6
treeedcf6acf9fb2a55e83a9f9479f6d9febb8403cdd
parent0f61a61df377bd99f6f3a7f8fe9abd05f023a94b
gtk: window sizing overhaul

Major overhaul for window size handling.  This basically switches qemu
over to use geometry hints for the window manager instead of trying to
get the job done with widget resize requests.  This allows to specify
better what we need and also avoids window resizes.

FIXME: on gtk2 someone overwrites the geometry hints :(

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c