When the normale ec was created, we applied the default maximize policy.
This policy set the lock_values for maximize, fullscreen to 1.
For this, normal ec didn't change its geometry when it requested to change its state to
maximize or fullscreen.
We change code not to set these lock values to apply the maximize or fullscreen policy.
Change-Id: I4e9fd18076bd80211b514162b759d2604f884228
ec->lock_user_location = 1;
ec->lock_client_location = 1;
ec->lock_user_size = 1;
- ec->lock_client_size = 1;
ec->lock_user_shade = 1;
ec->lock_client_shade = 1;
- ec->lock_user_maximize = 1;
- ec->lock_client_maximize = 1;
- ec->lock_user_fullscreen = 1;
- ec->lock_client_fullscreen = 1;
- ec->skip_fullscreen = 1;
if (!e_policy_client_is_home_screen(ec))
ec->lock_client_stacking = 1;