rotation: showing client should be rotated with the other visible client 49/81349/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 25 Jul 2016 13:58:29 +0000 (22:58 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 25 Jul 2016 13:58:29 +0000 (22:58 +0900)
Change-Id: I3a9423f9411d85d223b2a8e6235deee1c406bffa

src/rotation/e_mod_rotation_wl.c

index 62cb63c..bd1bbdf 100644 (file)
@@ -540,7 +540,7 @@ _e_client_rotation_zone_set(E_Zone *zone, E_Client *include_ec, E_Client *exclud
              continue;
           }
 
-        if (!found_bg_ec)
+        if ((!found_bg_ec) || (include_ec == ec))
           {
              EDBG(ec, "Append to rotation target list");
              target_list = eina_list_append(target_list, ec);