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:
d3e56fc
)
Revert "e_policy_wl: check map state while handling activate request"
13/166213/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 9 Jan 2018 01:53:03 +0000
(10:53 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 9 Jan 2018 01:54:08 +0000
(10:54 +0900)
This reverts commit
d3e56fc0a2e2bdad68545049a2911cdba3d0c4aa
.
Change-Id: Ibda5773468994c9fb179d470e80187da3b6384c6
src/bin/e_policy_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_wl.c
b/src/bin/e_policy_wl.c
index 28192496ac82a5c5956dbffcd202a1471ff7f9df..5b32c02d11ff0b1d34a74cd13f6a08731644d05d 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-1406,9
+1406,6
@@
_tzpol_iface_cb_activate(struct wl_client *client EINA_UNUSED, struct wl_resourc
ec = wl_resource_get_user_data(surf);
EINA_SAFETY_ON_NULL_RETURN(ec);
EINA_SAFETY_ON_NULL_RETURN(ec->frame);
- EINA_SAFETY_ON_NULL_RETURN(ec->comp_data);
- EINA_SAFETY_ON_FALSE_RETURN(ec->comp_data->mapped);
-
e_policy_hook_call(E_POLICY_HOOK_CLIENT_ACTIVE_REQ, ec);
ELOGF("TZPOL", "ACTIVATE", ec->pixmap, ec);