On Mon, 21 Jan 2019 at 14:15, Gerd Hoffmann <kra...@redhat.com> wrote: > > The following changes since commit 681d61362d3f766a00806b89d6581869041f73cb: > > Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' > into staging (2019-01-17 12:48:42 +0000) > > are available in the git repository at: > > git://git.kraxel.org/qemu tags/ui-20190121-pull-request > > for you to fetch changes up to fbd57c754f32804a63295f70f271d1ef128ee590: > > egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType > (2019-01-21 09:44:32 +0100) > > ---------------------------------------------------------------- > ui: highres logo for sdl and gtk, bugfixes for vnc and egl. > > ---------------------------------------------------------------- > > Alexander Kanavin (1): > egl-helpers.h: do not depend on X11 Window type, use > EGLNativeWindowType > > Daniel P. Berrangé (3): > ui: install logo icons to $prefix/share/icons > ui: fix icon display for GTK frontend under GNOME Shell with Wayland > sdl: add support for high resolution window icon > > Gerd Hoffmann (1): > vnc: detect and optimize pageflips
> delete mode 100644 pc-bios/qemu-icon.bmp Doesn't this break the SDL UI? ui/sdl.c still looks for qemu-icon.bmp... thanks -- PMM