From 8f1edb8597d558e850acde529699be550da4fc49 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Wed, 29 Aug 2012 17:38:28 +0900 Subject: [PATCH] [Title] Fix windows build error by glo_surface_updatecontents() func. [Type] bug fix [Module] opengl [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- package/pkginfo.manifest | 2 +- tizen/src/hw/gloffscreen_wgl.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 7fe8298a79..8032ef48a1 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.3.29 +Version: 1.3.30 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/src/hw/gloffscreen_wgl.c b/tizen/src/hw/gloffscreen_wgl.c index dfc18faa26..6f944042df 100644 --- a/tizen/src/hw/gloffscreen_wgl.c +++ b/tizen/src/hw/gloffscreen_wgl.c @@ -664,6 +664,10 @@ void *glo_getprocaddress(const char *procName) { return procAddr; } +void glo_surface_updatecontents(GloSurface *surface) { + /* NOT IMPLEMENTED YET. */ + printf("glo_surface_updatecontents() is not implemented for windows. \n"); +} /* ------------------------------------------------------------------------ */ -- 2.34.1