From: sungmin ha Date: Thu, 17 Jan 2013 08:09:48 +0000 (+0900) Subject: removed ifndef for screenshot X-Git-Tag: TizenStudio_2.0_p2.3~1026 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fbaa03ee7849be526a541a58f5c27564deabd3d;p=sdk%2Femulator%2Fqemu.git removed ifndef for screenshot --- 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; }