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:
8c2ec74
)
e_comp_wl: remove checking ec->new_client code in sync geometry feature
05/234705/1
accepted/tizen/unified/20200529.124105
submit/tizen/20200528.224542
author
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 28 May 2020 06:20:20 +0000
(15:20 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 28 May 2020 06:20:20 +0000
(15:20 +0900)
Change-Id: I36c037484c6ac3d7d29bb0bd5099a1e8894abc2b
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 0d61e665d45765215705940ed5786de3ba44c138..9badc633e325300141c9ee52c47db4964496b012 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-5733,7
+5733,7
@@
e_comp_wl_commit_sync_client_geometry_add(E_Client *ec,
if (!ec) goto ret;
if (e_object_is_del(E_OBJECT(ec))) goto ret;
- if (ec->
new_client || ec->
fullscreen || ec->maximized) goto err;
+ if (ec->fullscreen || ec->maximized) goto err;
if (mode == E_GEOMETRY_NONE) goto err;
geo = E_NEW(E_Client_Pending_Geometry, 1);