e_mod_wl: do nothing in the e_mod_pol_wl_iconify_state_change_send() if the client... 20/78620/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 6 Jul 2016 07:19:08 +0000 (16:19 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 6 Jul 2016 08:26:39 +0000 (17:26 +0900)
Change-Id: If0572706a95d69fa03bba16a19175f0d053dda6c

src/e_mod_wl.c

index 134d2f8..b20e8f7 100644 (file)
@@ -1044,6 +1044,8 @@ e_mod_pol_wl_iconify_state_change_send(E_Client *ec, int iconic)
    Eina_Iterator *it;
    Ecore_Window win;
 
+   if (ec->exp_iconify.skip_iconify) return;
+
    if (e_config->transient.iconify)
      {
         E_Client *child;