From ee1b89f5a400798ace412a66ce641b71a4539d9c Mon Sep 17 00:00:00 2001 From: Masayuki Sasaki Date: Thu, 3 Apr 2014 13:44:22 +0900 Subject: bugfix: TIVI-3000,3003 Change-Id: I9e9a10017f4afd98528b79cb5fdacfb485271fa4 Signed-off-by: Masayuki Sasaki --- src/ico_plugin_version.h | 2 +- src/ico_window_mgr.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ico_plugin_version.h b/src/ico_plugin_version.h index fcb0c04..b1a2cc5 100644 --- a/src/ico_plugin_version.h +++ b/src/ico_plugin_version.h @@ -1 +1 @@ -#define ICO_PLUIGN_VERSION "0.9.22 (Mar-31-2014)" +#define ICO_PLUIGN_VERSION "0.9.22 (Apr-02-2014)" diff --git a/src/ico_window_mgr.c b/src/ico_window_mgr.c index 522af45..ef8161d 100644 --- a/src/ico_window_mgr.c +++ b/src/ico_window_mgr.c @@ -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) { -- cgit v1.2.3