Changed to elm_win_util_standard_add for deleting the afterimage. 11/35011/1
authorHyojung Jo <hj903.jo@samsung.com>
Fri, 6 Feb 2015 01:37:48 +0000 (10:37 +0900)
committerHyojung Jo <hj903.jo@samsung.com>
Fri, 6 Feb 2015 01:38:38 +0000 (10:38 +0900)
Change-Id: I178183b629816f1c1e45327cce6229dbb70ed326
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
src/main.cpp

index 2eee978..cf1608b 100644 (file)
@@ -60,9 +60,9 @@ protected:
                        return NULL;
                }
 
-               win = elm_win_add(NULL, name, ELM_WIN_BASIC);
+               win = elm_win_util_standard_add(name, NULL);
                if (!win) {
-                       _ERR("elm_win_add failed.");
+                       _ERR("elm_win_util_standard_add failed.");
                        return NULL;
                }