summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 8f974f0..307be0e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -56,11 +56,6 @@ static void zwlr_layer_surface_configure(
tofi->window.surface.width = tofi->window.width;
tofi->window.surface.height = tofi->window.height;
- /*
- * Need to redraw the background at the new size. This entails
- * a wl_surface_commit, so no need to do so explicitly here.
- */
- tofi->window.surface.redraw = true;
zwlr_layer_surface_v1_ack_configure(
tofi->window.zwlr_layer_surface,
serial);