effect: check whether ec is cursor or not while handling rotation effect 08/135308/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 22 Jun 2017 00:01:47 +0000 (09:01 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 22 Jun 2017 00:01:47 +0000 (09:01 +0900)
Change-Id: Ib6c6d9eda0f9ec8ceaa81c8eaa67d83d468900a0

src/e_mod_effect_rotation.c

index f7046f1..7826641 100644 (file)
@@ -191,6 +191,7 @@ _rotation_effect_targets_get(Rotation_Effect *effect, E_Desk *desk)
           {
              if (ec->desk != desk) continue;
              if (e_object_is_del(E_OBJECT(ec))) continue;
+             if (ec->is_cursor) continue;
              if (!E_INTERSECTS(ec->x, ec->y, ec->w, ec->h, ec->zone->x, ec->zone->y, ec->zone->w, ec->zone->h))
                continue;
              if ((ec->visibility.obscured != E_VISIBILITY_UNOBSCURED) &&