summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>2014-04-03 13:44:22 +0900
committerMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>2014-04-03 13:44:50 +0900
commitee1b89f5a400798ace412a66ce641b71a4539d9c (patch)
treebbc86f4fe0cf6908ad9c4c9c3f952de147d407f3
parentb4ca3fe8070e0ee5e28e1025ec2a14507a7444a1 (diff)
downloadico-uxf-weston-plugin-accepted/tizen_ivi_panda.tar.gz
ico-uxf-weston-plugin-accepted/tizen_ivi_panda.tar.bz2
ico-uxf-weston-plugin-accepted/tizen_ivi_panda.zip
Change-Id: I9e9a10017f4afd98528b79cb5fdacfb485271fa4 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
-rw-r--r--src/ico_plugin_version.h2
-rw-r--r--src/ico_window_mgr.c4
2 files changed, 1 insertions, 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) {