Mercurial > emacs
changeset 91158:5e7347695108
(w32font_driver): Add new fields.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 01 Dec 2007 16:03:21 +0000 |
parents | 802b6e379f0d |
children | 3d8189799081 |
files | src/w32font.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32font.c Sat Dec 01 04:23:55 2007 +0000 +++ b/src/w32font.c Sat Dec 01 16:03:21 2007 +0000 @@ -1377,7 +1377,10 @@ NULL, /* free_outline */ NULL, /* anchor_point */ NULL, /* otf_capability */ - NULL /* otf_drive */ + NULL, /* otf_drive */ + NULL, /* start_for_frame */ + NULL, /* end_for_frame */ + NULL /* shape */ };