[Title] Fix windows build error by glo_surface_updatecontents() func.
authorSooyoung Ha <yoosah.ha@samsung.com>
Wed, 29 Aug 2012 08:38:28 +0000 (17:38 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Wed, 29 Aug 2012 08:38:28 +0000 (17:38 +0900)
[Type] bug fix
[Module] opengl
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/pkginfo.manifest
tizen/src/hw/gloffscreen_wgl.c

index 7fe8298..8032ef4 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.3.29
+Version: 1.3.30
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator
 
index dfc18fa..6f94404 100644 (file)
@@ -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");
+}
 
 /* ------------------------------------------------------------------------ */