comparison src/w32font.c @ 91158:5e7347695108

(w32font_driver): Add new fields.
author Jason Rumney <jasonr@gnu.org>
date Sat, 01 Dec 2007 16:03:21 +0000
parents 8eb56b57e4a0
children bbdb7226d848
comparison
equal deleted inserted replaced
91157:802b6e379f0d 91158:5e7347695108
1375 NULL, /* free_bitmap */ 1375 NULL, /* free_bitmap */
1376 NULL, /* get_outline */ 1376 NULL, /* get_outline */
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
1384 /* Initialize state that does not change between invocations. This is only 1387 /* Initialize state that does not change between invocations. This is only
1385 called when Emacs is dumped. */ 1388 called when Emacs is dumped. */