From: Frédéric Dalleau Date: Thu, 29 Aug 2013 09:32:16 +0000 (+0200) Subject: VirtGL: Fix warning about glo_surface_updatecontents X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~749^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f44fda11343c324c1a09e56b977f8581a5eb9ed;p=sdk%2Femulator%2Fqemu.git VirtGL: Fix warning about glo_surface_updatecontents gloffscreen_xcomposite.c:406:6: attention : no previous prototype for ‘glo_surface_updatecontents’ --- 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.