diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-14 10:41:49 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-21 14:23:16 +0200 |
commit | a4f113fd691899d926425ffd74b8f341cebf672c (patch) | |
tree | cd9a3a0763e5f74684b11c41214287488bcfbea8 /include/ui/gtk.h | |
parent | 371c4ef637145f8fd564c2478e1521bd69734b90 (diff) | |
download | qemu-a4f113fd691899d926425ffd74b8f341cebf672c.zip |
gtk: use framebuffer helper functions.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170614084149.31314-5-kraxel@redhat.com
Diffstat (limited to 'include/ui/gtk.h')
-rw-r--r-- | include/ui/gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/gtk.h b/include/ui/gtk.h index ca9a2268de..2f7b720358 100644 --- a/include/ui/gtk.h +++ b/include/ui/gtk.h @@ -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 |