From 0fbaa03ee7849be526a541a58f5c27564deabd3d Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Thu, 17 Jan 2013 17:09:48 +0900 Subject: [PATCH] removed ifndef for screenshot --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- tizen/src/maru_display.c | 6 ------ 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package/changelog b/package/changelog index 720e41e..ccf01af 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.4.64 +- removed ifndef for screenshot +== Sungmin Ha 2013-01-17 * 1.4.63 - activate event handling == GiWoong Kim 2013-01-17 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 625ca34..d38c7f0 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.4.63 +Version: 1.4.64 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/src/maru_display.c b/tizen/src/maru_display.c index 3f4e1fd..74b9ec8 100644 --- a/tizen/src/maru_display.c +++ b/tizen/src/maru_display.c @@ -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; } -- 2.7.4