summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/renderers/cairo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/renderers/cairo.h b/lib/renderers/cairo.h
index d0f2dca..4bea81c 100644
--- a/lib/renderers/cairo.h
+++ b/lib/renderers/cairo.h
@@ -246,7 +246,7 @@ bm_cairo_paint(struct cairo *cairo, uint32_t width, uint32_t height, uint32_t ma
}
posy += (spacing_y ? spacing_y : result.height);
- out_result->height = posy + 2;
+ out_result->height = posy;
out_result->displayed++;
}