mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06: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:
parent
371c4ef637
commit
a4f113fd69
3 changed files with 16 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue