e_test_helper: bug fix-'E_Client has no member named picxmap' 06/39506/1 accepted/tizen/common/20150518.072105 accepted/tizen/mobile/20150518.080751 accepted/tizen/tv/20150518.080116 accepted/tizen/wearable/20150518.080139 submit/tizen/20150518.012401
authorDuna Oh <duna.oh@samsung.com>
Mon, 18 May 2015 01:13:12 +0000 (10:13 +0900)
committerDuna Oh <duna.oh@samsung.com>
Mon, 18 May 2015 01:18:26 +0000 (10:18 +0900)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Ibb11d79e5224c32d82497961800c86ea2eeed835

src/bin/e_test_helper.c

index 78ae7486c48d6d04758bb6634fd27ba927d6e458..8dbaa09f171133b35fd23e896b12ba49001d796b 100644 (file)
@@ -147,7 +147,7 @@ _e_test_helper_restack(Ecore_Window win, Ecore_Window target, int above)
    ec = e_pixmap_find_client(E_PIXMAP_TYPE_WL, win);
    tec = e_pixmap_find_client(E_PIXMAP_TYPE_WL, target);
 #else
-   if ((!ec) || ((e_pixmap_type_get(ec->picxmap) == E_PIXMAP_TYPE_X)))
+   if ((!ec) || ((e_pixmap_type_get(ec->pixmap) == E_PIXMAP_TYPE_X)))
      {
         ec = e_pixmap_find_client(E_PIXMAP_TYPE_X, win);
         tec = e_pixmap_find_client(E_PIXMAP_TYPE_X, target);