From 7f154168bcbb6e174800b1dbe81352a31b2cd23b Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Fri, 15 Mar 2024 01:14:03 +0100 Subject: Add x and y padding to layout --- src/draw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/draw.h') diff --git a/src/draw.h b/src/draw.h index 8d8a806..db56946 100644 --- a/src/draw.h +++ b/src/draw.h @@ -29,6 +29,7 @@ typedef struct { int x, y; int width, height; int text_w, text_h; + int x_pad, y_pad; PangoLayout *pl; } Layout; -- cgit v1.2.3