aboutsummaryrefslogtreecommitdiff
path: root/src/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.h b/src/layout.h
index 4e69a6c..be63155 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -11,7 +11,7 @@ typedef struct {
PangoFontDescription *fontdesc;
PangoContext *context;
int x_offset;
- int width, height;
+ int height;
} layout_info_t;
typedef struct layout {