diff options
-rw-r--r-- | src/ico_plugin_version.h | 2 | ||||
-rw-r--r-- | src/ico_window_mgr.c | 4 |
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) { |