summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;