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:
ba713f8
)
e_zone: remove error post when the splitscreen didn't supported
33/293233/2
author
Junseok Kim
<juns.kim@samsung.com>
Fri, 17 Mar 2023 03:13:29 +0000
(12:13 +0900)
committer
Junseok Kim
<juns.kim@samsung.com>
Tue, 23 May 2023 04:13:41 +0000
(13:13 +0900)
Change-Id: I595bc400ebfc9db99e91b579f796ba042dd70f9f
src/bin/e_zone.c
patch
|
blob
|
history
diff --git
a/src/bin/e_zone.c
b/src/bin/e_zone.c
index 3d52edcb94c9cb478985cd9c24d4e6d5b48b396e..51851ef8f44db02f7530d2225dae746474c4e6af 100644
(file)
--- a/
src/bin/e_zone.c
+++ b/
src/bin/e_zone.c
@@
-1826,9
+1826,6
@@
_e_zone_screen_cb_get_splitscreen(struct wl_client *client,
if (!zone->splitscreen_enabled)
{
ELOGF("E_Zone", "Screen dose not support Splitscreen.", NULL);
- wl_resource_post_error(resource, WTZ_SCREEN_ERROR_NOT_SUPPORTED,
- "%d: wtz_screen@%d has no splitscreen capability",
- id, wl_resource_get_id(resource));
return;
}