aboutsummaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.h')
-rw-r--r--src/draw.h1
1 files changed, 1 insertions, 0 deletions
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;