diff options
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; |
