]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failed
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 7 May 2018 13:42:37 +0000 (15:42 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 May 2018 08:34:17 +0000 (10:34 +0200)
commit4f4cb8282df82d43ba6b3c9045a3ac6fc4c4ef09
treebe664fbc58f700ddb9c77f78883871236235de9f
parent1d18774579759a8b5046119266626e9fdf9f7c0b
ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failed

The commit referenced below changed the logic by causing the gtk-egl
backend to be initialized regardless of whether GtkGlArea initialization
succeeded. This causes eglInitialize to crash in Wayland systems without
XWayland.

This patch restores the previous logic.

Fixes: 4c70280592f5 ("ui/gtk: use GtkGlArea on wayland only")
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Message-id: 20180507134237.14996-1-tomeu.vizoso@collabora.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c