diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-05 12:40:57 +0200 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-12 12:02:48 +0200 |
| commit | 9f728c7940dfade366fed01d8f43f1e5283f95d8 (patch) | |
| tree | 4abe6e2d821d734db4f93222836ea11a9f963a26 /ui/gtk-egl.c | |
| parent | c19f4fbce1c2293b7a9bddadddd7a1b69953f534 (diff) | |
| download | focaccia-qemu-9f728c7940dfade366fed01d8f43f1e5283f95d8.tar.gz focaccia-qemu-9f728c7940dfade366fed01d8f43f1e5283f95d8.zip | |
egl-helpers: drop support for gles and debug logging
Leftover from the early opengl days. Unused now, so delete the dead code. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20170505104101.30589-3-kraxel@redhat.com
Diffstat (limited to 'ui/gtk-egl.c')
| -rw-r--r-- | ui/gtk-egl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk-egl.c b/ui/gtk-egl.c index d53288f027..89492c0e02 100644 --- a/ui/gtk-egl.c +++ b/ui/gtk-egl.c @@ -246,7 +246,7 @@ void gtk_egl_init(void) GdkDisplay *gdk_display = gdk_display_get_default(); Display *x11_display = gdk_x11_display_get_xdisplay(gdk_display); - if (qemu_egl_init_dpy(x11_display, false, false) < 0) { + if (qemu_egl_init_dpy(x11_display) < 0) { return; } |