aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/composite.h')
-rw-r--r--src/composite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.h b/src/composite.h
index f01ae323c0d..1080eb0960c 100644
--- a/src/composite.h
+++ b/src/composite.h
@@ -156,7 +156,7 @@ struct composition {
156 /* How many columns the overall glyphs occupy on the screen. This 156 /* How many columns the overall glyphs occupy on the screen. This
157 gives an approximate value for column calculation in 157 gives an approximate value for column calculation in
158 Fcurrent_column, and etc. */ 158 Fcurrent_column, and etc. */
159 unsigned short width; 159 int width;
160 160
161 /* Method of the composition. */ 161 /* Method of the composition. */
162 enum composition_method method; 162 enum composition_method method;