ui/sdl: Load optional QEMU icon
authorStefan Weil <weil@mail.berlios.de>
Wed, 16 Feb 2011 20:15:40 +0000 (21:15 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 1 Apr 2011 19:53:57 +0000 (21:53 +0200)
commit506a20761d56c3abe745789b2cc8e1efb1bfd658
treec589db8955bc467b809b474aa473f4315af630d8
parent2d6269fc49edb2d1afc71f3fbbbca7a2daaf0444
ui/sdl: Load optional QEMU icon

Load an optional QEMU icon file. If there is no icon file named
qemu.bmp in QEMU's default search path, QEMU will run with
the usual system default icon.

A matching icon file  will be loaded and used by X Windows managers
or MS Windows while a QEMU instance is running.

SDL requires icon files in 32x32x4 bmp format.

Cc: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
ui/sdl.c