]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/gtk-gl-area.c
block: test block-stream with a base node that is used by block-commit
[mirror_qemu.git] / ui / gtk-gl-area.c
index 7080f4e14f5d089eed9417709cdfee1fd09a3704..147ad6f9b5062b148ac2a586b80899e124dc3447 100644 (file)
@@ -96,7 +96,7 @@ void gd_gl_area_refresh(DisplayChangeListener *dcl)
             return;
         }
         gtk_gl_area_make_current(GTK_GL_AREA(vc->gfx.drawing_area));
-        vc->gfx.gls = console_gl_init_context();
+        vc->gfx.gls = qemu_gl_init_shader();
         if (vc->gfx.ds) {
             surface_gl_create_texture(vc->gfx.gls, vc->gfx.ds);
         }