projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
458600d
)
e_hwc_windows: consider 24bit partial window when get visible windows list
64/202164/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 25 Mar 2019 09:49:58 +0000
(18:49 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 25 Mar 2019 09:49:58 +0000
(18:49 +0900)
Change-Id: I0203704570cc33a903d292f87cc295222dfcd496
src/bin/e_hwc_windows.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_windows.c
b/src/bin/e_hwc_windows.c
index 82c40781724d29517d7f9c510de110ac8364d625..18ee5982be101c0eec7c74d9e95dbe46afa262b6 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-1667,7
+1667,7
@@
_e_hwc_windows_visible_windows_list_get(E_Hwc *hwc)
windows_list = eina_list_append(windows_list, hwc_window);
- if (!ec->argb)
+ if (!ec->argb
&& E_CONTAINS(ec->client.x, ec->client.y, ec->client.w, ec->client.h, 0, 0, scr_w, scr_h)
)
ui_skip = EINA_TRUE;
}