quickpanel: do not set the type to dependent rotation about quickpanel 38/101738/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 2 Dec 2016 05:08:39 +0000 (14:08 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Fri, 2 Dec 2016 05:08:41 +0000 (14:08 +0900)
it causes the problem that quickpanel couldn't be rotated by follows commit.
We don't need to set dependent rotation because the behavior of dependent
rotation is changed.

e-mod-tizen-wm-policy : caa2f116d92871a775e10e693a841f8d3955a881

Change-Id: I168f7f37b638b91ef5791285c83ae6eddfc08fa5

src/bin/services/e_service_quickpanel.c

index 5c43c0b98b070a312b4ea1fc2d58e5002189b000..93ae10661f3f0791339212316c1d02065e18a0ec 100644 (file)
@@ -1472,7 +1472,6 @@ e_service_quickpanel_client_set(E_Client *ec)
 
    // set skip iconify
    ec->exp_iconify.skip_iconify = 1;
-   ec->e.state.rot.type = E_CLIENT_ROTATION_TYPE_DEPENDENT;
 
    /* add quickpanel to force update list of zone */
    e_zone_orientation_force_update_add(ec->zone, ec);