e_client: skip ec of cursor when calculate visibility zone 91/107991/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 2 Jan 2017 07:56:02 +0000 (16:56 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 2 Jan 2017 08:13:34 +0000 (17:13 +0900)
- we don't need to cursor visibility off when calculate visibility

Change-Id: Ia3a17760f0b27ede1469aa1aaf8a6bfe073373b7

src/bin/e_client.c

index 8a08775..40d1534 100644 (file)
@@ -2939,6 +2939,7 @@ _e_client_visibility_zone_calculate(E_Zone *zone)
         if (ec->zone != zone) continue;
         if (!ec->frame) continue;
         if (ec->visibility.skip) continue;
+        if (ec->is_cursor) continue;
         /* if ec is subsurface, skip this */
         cdata = (E_Comp_Wl_Client_Data *)ec->comp_data;
         if (cdata && cdata->sub.data) continue;