aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32font.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/w32font.c b/src/w32font.c
index 33b97dc5889..54181713158 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -1377,7 +1377,10 @@ struct font_driver w32font_driver =
1377 NULL, /* free_outline */ 1377 NULL, /* free_outline */
1378 NULL, /* anchor_point */ 1378 NULL, /* anchor_point */
1379 NULL, /* otf_capability */ 1379 NULL, /* otf_capability */
1380 NULL /* otf_drive */ 1380 NULL, /* otf_drive */
1381 NULL, /* start_for_frame */
1382 NULL, /* end_for_frame */
1383 NULL /* shape */
1381 }; 1384 };
1382 1385
1383 1386