summaryrefslogtreecommitdiff
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r--sway/desktop/render.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c
index 1ecada45..467ab440 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -1473,9 +1473,9 @@ void output_render(struct sway_output *output, struct timespec *when,
? config->dim_inactive_colors.urgent
: config->dim_inactive_colors.unfocused,
.dim = focus->current.focused ? 0.0f: config->dim_inactive,
- .corner_radius = focus->corner_radius,
+ .corner_radius = 0,
.saturation = focus->saturation,
- .has_titlebar = focus->current.border == B_NORMAL,
+ .has_titlebar = false,
};
render_view_popups(focus->view, output, damage, deco_data);
}