bugfix: TIVI-3000,3003 25/18925/1 accepted/tizen_ivi_panda accepted/tizen/ivi/20140409.194811 accepted/tizen/ivi/panda/20140408.203316 accepted/tizen/ivi/release/20140408.041944 submit/tizen/20140404.201212 submit/tizen_ivi_release/20140408.041534
authorMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Thu, 3 Apr 2014 04:44:22 +0000 (13:44 +0900)
committerMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Thu, 3 Apr 2014 04:44:50 +0000 (13:44 +0900)
Change-Id: I9e9a10017f4afd98528b79cb5fdacfb485271fa4
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
src/ico_plugin_version.h
src/ico_window_mgr.c

index fcb0c04..b1a2cc5 100644 (file)
@@ -1 +1 @@
-#define ICO_PLUIGN_VERSION  "0.9.22 (Mar-31-2014)"
+#define ICO_PLUIGN_VERSION  "0.9.22 (Apr-02-2014)"
index 522af45..ef8161d 100644 (file)
@@ -573,7 +573,6 @@ ico_window_mgr_get_usurf(const uint32_t surfaceid)
         }
         usurf = usurf->next_idhash;
     }
-    uifw_trace("ico_window_mgr_get_usurf: NULL(%08x)", surfaceid);
     return NULL;
 }
 
@@ -1445,9 +1444,6 @@ win_mgr_register_surface(uint32_t id_surface, struct weston_surface *surface,
         return;
     }
 
-    /* set default color and shader */
-    weston_surface_set_color(surface, 0.0, 0.0, 0.0, 1.0);
-
     /* create UIFW surface management table */
     usurf = malloc(sizeof(struct uifw_win_surface));
     if (! usurf)    {