projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74d312
)
e_comp_wl: change the initial argb value to 0 in _e_comp_wl_client_cb_new
47/118847/1
accepted/tizen/3.0/ivi/20170314.221433
accepted/tizen/3.0/mobile/20170314.221340
accepted/tizen/3.0/tv/20170314.221402
accepted/tizen/3.0/wearable/20170314.221418
accepted/tizen/ivi/20170314.224044
accepted/tizen/mobile/20170314.223916
accepted/tizen/tv/20170314.223945
accepted/tizen/unified/20170315.014611
accepted/tizen/wearable/20170314.224013
submit/tizen/20170314.084108
submit/tizen_3.0/20170314.084151
author
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 14 Mar 2017 08:32:34 +0000
(17:32 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 14 Mar 2017 08:32:38 +0000
(17:32 +0900)
There was a bug that the below window is uniconified by calculating visibility.
This was due to the new client is set the argb value to 1 by default.
Change-Id: Ie96a51eba3b78d1547fa4d2e901ca9c0f2223af3
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 8faa0d8ba89e5ce24d5b05ddb01bbfa97bc9f47d..e000c4ad66b5365e73536215d3d6084666a3625a 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-4195,7
+4195,7
@@
_e_comp_wl_client_cb_new(void *data EINA_UNUSED, E_Client *ec)
_e_comp_wl_surface_state_init(&ec->comp_data->pending, ec->w, ec->h);
/* set initial client properties */
- ec->argb = EINA_
TRU
E;
+ ec->argb = EINA_
FALS
E;
ec->no_shape_cut = EINA_TRUE;
ec->redirected = ec->ignored = 1;
ec->border_size = 0;