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:
cda2ec2
)
e_hwc_window: update the composite type of the tdm at creating the hwc_window
57/200157/3
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>
Thu, 7 Mar 2019 08:17:08 +0000
(08:17 +0000)
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 82d7a620145a2ecaebefd0a5d9883f33d2665ccb..41090fb20fa3c61201d82c23ce772f5b9596ee99 100644
(file)
--- a/
src/bin/e_hwc_window.c
+++ b/
src/bin/e_hwc_window.c
@@
-639,7
+639,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);
goto end;
}