diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-03-03 14:31:37 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-03-03 14:31:37 +0100 |
commit | 563d68d3f39d1d261a29ee567e911f0e42113b1d (patch) | |
tree | fa03494ac2042d0d3516757e28b2fab93c512c0b /src/wrap.h | |
parent | 5bbfc5de114b7ff0e14272575b78b82a693f7980 (diff) |
Fix line width
Diffstat (limited to 'src/wrap.h')
-rw-r--r-- | src/wrap.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ struct wrap_box struct wrap_line { - int width; + int width; /* Pango units */ int height; /* Pango units */ int ascent; /* Pango units */ |