aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/opacity.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/opacity.c')
-rw-r--r--sway/commands/opacity.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/opacity.c b/sway/commands/opacity.c
index 96e6228e..1c44a646 100644
--- a/sway/commands/opacity.c
+++ b/sway/commands/opacity.c
@@ -37,6 +37,5 @@ struct cmd_results *cmd_opacity(int argc, char **argv) {
}
con->alpha = val;
- container_damage_whole(con);
return cmd_results_new(CMD_SUCCESS, NULL);
}