summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangyeon Lee <cyeon.lee@samsung.com>2021-09-08 20:10:12 +0900
committerChangyeon Lee <cyeon.lee@samsung.com>2021-09-08 20:10:12 +0900
commitc9dc3dd7c8382dac111766a2f2d1f5612880911d (patch)
tree1e04fe90007b3b165d4b7f25542b953e1da4b4e8
parentfc6d0fedae8709757f643c2d07c9833bfac92f8a (diff)
downloadweston-linux_yocto.tar.gz
weston-linux_yocto.tar.bz2
weston-linux_yocto.zip
temporary disable fade layerlinux_yocto
-rw-r--r--desktop-shell/shell.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index 442a625f..f2243e9e 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -4052,6 +4052,9 @@ shell_fade_create_surface_for_output(struct desktop_shell *shell, struct shell_o
struct weston_surface *surface;
struct weston_view *view;
+ /* temporary disable fade layer */
+ return NULL;
+
surface = weston_surface_create(compositor);
if (!surface)
return NULL;