]> code.delx.au - gnu-emacs/blobdiff - src/w32font.h
Allocate glyph matrices for the initial frame
[gnu-emacs] / src / w32font.h
index 0ad01254be9d74e009ef630f9e01e28b4c0abc47..a3fd357287b78b4bb40b3f463835137a86b82af2 100644 (file)
@@ -1,5 +1,5 @@
 /* Shared GDI and Uniscribe Font backend declarations for the Windows API.
-   Copyright (C) 2007-2015 Free Software Foundation, Inc.
+   Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -37,7 +37,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct w32_metric_cache
 {
-  short lbearing, rbearing, width;
+  short lbearing, rbearing, width, ascent, descent;
   unsigned char status;
 };