From 8f44fda11343c324c1a09e56b977f8581a5eb9ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= Date: Thu, 29 Aug 2013 11:32:16 +0200 Subject: [PATCH] VirtGL: Fix warning about glo_surface_updatecontents MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit gloffscreen_xcomposite.c:406:6: attention : no previous prototype for ‘glo_surface_updatecontents’ --- tizen/src/hw/gloffscreen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tizen/src/hw/gloffscreen.h b/tizen/src/hw/gloffscreen.h index 474aadc6ab..d46f96c02e 100644 --- a/tizen/src/hw/gloffscreen.h +++ b/tizen/src/hw/gloffscreen.h @@ -126,6 +126,7 @@ extern int glo_get_glx_from_flags(int formatFlags, int glxEnum); extern void glo_geometry_get_from_glx(const int* attrib_list, int* width, int* height); extern void glo_surface_release_texture(GloSurface *surface); +extern void glo_surface_updatecontents(GloSurface *surface); /* In terms of speed, glReadPixels actually seems the best we can do. * * On Windows PFB_DRAW_TO_BITMAP is software-only. -- 2.34.1