aboutsummaryrefslogtreecommitdiff
path: root/src/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/layout.h b/src/layout.h
index 657ca41..613f6af 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -17,8 +17,9 @@ typedef struct {
typedef struct layout {
block_t *block;
int x, y;
- int x_padding, y_padding;
- int width, height;
+ unsigned int x_padding, y_padding;
+ unsigned int width, height;
+ unsigned int line_width;
int text_width, text_height;
PangoLayout *pl;
size_t n_children;