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:
Gerd Hoffmann 2017-06-14 10:41:49 +02:00
parent 371c4ef637
commit a4f113fd69
3 changed files with 16 additions and 50 deletions

View file

@ -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