From 7c6620c92d0d745c9dd2203d4475e0374aaa790b Mon Sep 17 00:00:00 2001 From: fwsmit Date: Tue, 20 Apr 2021 21:54:16 +0200 Subject: [PATCH] wayland: Remove accidental if statement --- src/wayland/wl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/wl.c b/src/wayland/wl.c index 4fae2f4..48f9e62 100644 --- a/src/wayland/wl.c +++ b/src/wayland/wl.c @@ -665,7 +665,6 @@ static void send_frame() { ctx.surface = wl_compositor_create_surface(ctx.compositor); wl_surface_add_listener(ctx.surface, &surface_listener, NULL); - if (settings.frame_color) ctx.layer_surface = zwlr_layer_shell_v1_get_layer_surface( ctx.layer_shell, ctx.surface, wl_output, settings.layer, "notifications");