emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.h,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h,v
Date: Sun, 17 Feb 2008 02:02:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/02/17 02:02:34

Index: xterm.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.h,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -b -r1.201 -r1.202
--- xterm.h     7 Feb 2008 14:07:45 -0000       1.201
+++ xterm.h     17 Feb 2008 02:02:33 -0000      1.202
@@ -176,6 +176,11 @@
   /* The current capacity of x_font_table.  */
   int font_table_size;
 
+#ifdef USE_FONT_BACKEND
+  /* This provides a commonly used Font ID on this display.  */
+  XFontStruct *font;
+#endif
+
   /* Minimum width over all characters in all fonts in font_table.  */
   int smallest_char_width;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]