diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-15 01:14:03 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-15 01:14:03 +0100 |
| commit | 7f154168bcbb6e174800b1dbe81352a31b2cd23b (patch) | |
| tree | 5cecbd0e456d2330c0b65e8c170fc568aa567542 /src/draw.h | |
| parent | 74a29b60cdcff2906db89707c1059ee1cc840e49 (diff) | |
Add x and y padding to layout
Diffstat (limited to 'src/draw.h')
| -rw-r--r-- | src/draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
