removed ifndef for screenshot
authorsungmin ha <sungmin82.ha@samsung.com>
Thu, 17 Jan 2013 08:09:48 +0000 (17:09 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Thu, 17 Jan 2013 08:09:48 +0000 (17:09 +0900)
package/changelog
package/pkginfo.manifest
tizen/src/maru_display.c

index 720e41e..ccf01af 100644 (file)
@@ -1,3 +1,6 @@
+* 1.4.64
+- removed ifndef for screenshot
+== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-17
 * 1.4.63
 - activate event handling
 == GiWoong Kim <giwoong.kim@samsung.com> 2013-01-17
index 625ca34..d38c7f0 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.4.63
+Version: 1.4.64
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator
 
index 3f4e1fd..74b9ec8 100644 (file)
@@ -107,12 +107,6 @@ DisplaySurface* get_qemu_display_surface(void) {
 }
 
 MaruScreenshot* get_maru_screenshot(void) {
-#ifndef USE_SHM
     return maru_screenshot;
-#else
-    //TODO:
-#endif
-
-    return NULL;
 }