aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfont.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/macfont.m')
-rw-r--r--src/macfont.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/macfont.m b/src/macfont.m
index 10623eb12fe..d129b330774 100644
--- a/src/macfont.m
+++ b/src/macfont.m
@@ -95,11 +95,11 @@ struct macfont_info
95 struct macfont_cache *cache; 95 struct macfont_cache *cache;
96 struct macfont_metrics **metrics; 96 struct macfont_metrics **metrics;
97 short metrics_nrows; 97 short metrics_nrows;
98 unsigned synthetic_italic_p : 1; 98 bool_bf synthetic_italic_p : 1;
99 unsigned synthetic_bold_p : 1; 99 bool_bf synthetic_bold_p : 1;
100 unsigned spacing : 2; 100 unsigned spacing : 2;
101 unsigned antialias : 2; 101 unsigned antialias : 2;
102 unsigned color_bitmap_p : 1; 102 bool_bf color_bitmap_p : 1;
103}; 103};
104 104
105/* Values for the `spacing' member in `struct macfont_info'. */ 105/* Values for the `spacing' member in `struct macfont_info'. */