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
authorBoram Park <boram1288.park@samsung.com>
Tue, 12 Jul 2016 13:25:58 +0000 (22:25 +0900)
committerBoram 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

index 2c4400cfff5c26ea39c4ea07e0d80c6f6996d086..8af1cca9762f04996a51f91bd782fdf537abd418 100644 (file)
@@ -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)
      {