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:
e9a22b5
)
e_hwc_window: update the composite type of the tdm at creating the hwc_window
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 19 Feb 2019 01:23:14 +0000
(10:23 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000
(19:00 +0900)
Change-Id: I56b207369565d0519189106ebb8efd207f455d0e
src/bin/e_hwc_window.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_window.c
b/src/bin/e_hwc_window.c
index 980e8463655c82e116f5acb6d3eb114c2e58acfd..0d516aed2237a616943d3c08afd9599c4afe44a9 100644
(file)
--- a/
src/bin/e_hwc_window.c
+++ b/
src/bin/e_hwc_window.c
@@
-676,7
+676,7
@@
e_hwc_window_new(E_Hwc *hwc, E_Client *ec, E_Hwc_Window_State state)
if (ec->hwc_window)
{
if (e_hwc_window_state_get(ec->hwc_window) != state)
- e_hwc_window_state_set(ec->hwc_window, state, EINA_
FALS
E);
+ e_hwc_window_state_set(ec->hwc_window, state, EINA_
TRU
E);
return ec->hwc_window;
}