mirror of
https://github.com/mii443/qemu.git
synced 2025-08-25 00:19:36 +00:00
gtk: use framebuffer helper functions.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20170614084149.31314-5-kraxel@redhat.com
This commit is contained in:
@ -52,8 +52,8 @@ typedef struct VirtualGfxConsole {
|
||||
EGLSurface esurface;
|
||||
int glupdates;
|
||||
int x, y, w, h;
|
||||
GLuint tex_id;
|
||||
GLuint fbo_id;
|
||||
egl_fb guest_fb;
|
||||
egl_fb win_fb;
|
||||
bool y0_top;
|
||||
bool scanout_mode;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user