From a4f113fd691899d926425ffd74b8f341cebf672c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 14 Jun 2017 10:41:49 +0200 Subject: gtk: use framebuffer helper functions. Signed-off-by: Gerd Hoffmann Message-id: 20170614084149.31314-5-kraxel@redhat.com --- include/ui/gtk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ui/gtk.h') 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 -- cgit v1.2.3