diff options
author | Changyeon Lee <cyeon.lee@samsung.com> | 2021-09-08 20:10:12 +0900 |
---|---|---|
committer | Changyeon Lee <cyeon.lee@samsung.com> | 2021-09-08 20:10:12 +0900 |
commit | c9dc3dd7c8382dac111766a2f2d1f5612880911d (patch) | |
tree | 1e04fe90007b3b165d4b7f25542b953e1da4b4e8 | |
parent | fc6d0fedae8709757f643c2d07c9833bfac92f8a (diff) | |
download | weston-linux_yocto.tar.gz weston-linux_yocto.tar.bz2 weston-linux_yocto.zip |
temporary disable fade layerlinux_yocto
-rw-r--r-- | desktop-shell/shell.c | 3 |
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; |