|
@@ -249,14 +249,14 @@ void gd_egl_scanout_texture(DisplayChangeListener *dcl,
|
|
if (!vc->gfx.esurface) {
|
|
if (!vc->gfx.esurface) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ }
|
|
|
|
|
|
- eglMakeCurrent(qemu_egl_display, vc->gfx.esurface,
|
|
|
|
- vc->gfx.esurface, vc->gfx.ectx);
|
|
|
|
|
|
+ eglMakeCurrent(qemu_egl_display, vc->gfx.esurface,
|
|
|
|
+ vc->gfx.esurface, vc->gfx.ectx);
|
|
|
|
|
|
- gtk_egl_set_scanout_mode(vc, true);
|
|
|
|
- egl_fb_setup_for_tex(&vc->gfx.guest_fb, backing_width, backing_height,
|
|
|
|
- backing_id, false);
|
|
|
|
- }
|
|
|
|
|
|
+ gtk_egl_set_scanout_mode(vc, true);
|
|
|
|
+ egl_fb_setup_for_tex(&vc->gfx.guest_fb, backing_width, backing_height,
|
|
|
|
+ backing_id, false);
|
|
}
|
|
}
|
|
|
|
|
|
void gd_egl_scanout_dmabuf(DisplayChangeListener *dcl,
|
|
void gd_egl_scanout_dmabuf(DisplayChangeListener *dcl,
|