From: Jason Rumney Date: Sat, 1 Dec 2007 16:03:21 +0000 (+0000) Subject: (w32font_driver): Add new fields. X-Git-Tag: emacs-pretest-23.0.90~8295^2~208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b0c3446d5db330cc87226c8ac526f8ee7f994eb;p=emacs.git (w32font_driver): Add new fields. --- 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 = 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 */ };