projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d6c8b
)
rotation: don't set the pending_show flag if subsurface
38/79738/1
accepted/tizen/common/20160712.151605
accepted/tizen/ivi/20160713.000708
accepted/tizen/mobile/20160713.000554
accepted/tizen/tv/20160713.000641
accepted/tizen/wearable/20160713.000630
submit/tizen/20160712.134320
author
Boram Park
<boram1288.park@samsung.com>
Tue, 12 Jul 2016 13:25:58 +0000
(22:25 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Tue, 12 Jul 2016 13:28:09 +0000
(22:28 +0900)
Change-Id: Id33e5f01ccfca8b23a9463eca5c26d7f42e3ae93
src/rotation/e_mod_rotation_wl.c
patch
|
blob
|
history
diff --git
a/src/rotation/e_mod_rotation_wl.c
b/src/rotation/e_mod_rotation_wl.c
index 2c4400cfff5c26ea39c4ea07e0d80c6f6996d086..8af1cca9762f04996a51f91bd782fdf537abd418 100644
(file)
--- a/
src/rotation/e_mod_rotation_wl.c
+++ b/
src/rotation/e_mod_rotation_wl.c
@@
-1554,6
+1554,9
@@
_rot_intercept_hook_show_helper(void *d EINA_UNUSED, E_Client *ec)
{
Policy_Ext_Rotation *rot;
+ if ((ec->comp_data) && (ec->comp_data->sub.data))
+ return EINA_TRUE;
+
rot = _policy_ext_rotation_get(ec);
if (!rot->hint_fetch)
{