aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap.h b/src/wrap.h
index 85609a3..9e744ac 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -75,7 +75,7 @@ struct wrap_box
struct wrap_line
{
- int width;
+ int width; /* Pango units */
int height; /* Pango units */
int ascent; /* Pango units */