aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-12-01 16:03:21 +0000
committerJason Rumney2007-12-01 16:03:21 +0000
commit5b0c3446d5db330cc87226c8ac526f8ee7f994eb (patch)
tree16d120eb863ed77e55c315c3ab90d6ed26b679aa /src
parentd45ff2ee1225dee4f5ecd94ad713a3ffe25cb445 (diff)
downloademacs-5b0c3446d5db330cc87226c8ac526f8ee7f994eb.tar.gz
emacs-5b0c3446d5db330cc87226c8ac526f8ee7f994eb.zip
(w32font_driver): Add new fields.
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