changeset 1408:b8e32247c590

* xterm.h: Declaration of struct face removed.
author Joseph Arceneaux <jla@gnu.org>
date Wed, 14 Oct 1992 22:51:35 +0000
parents 0f214040f708
children 7fd1c810daca
files src/xterm.h
diffstat 1 files changed, 1 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Wed Oct 14 21:30:21 1992 +0000
+++ b/src/xterm.h	Wed Oct 14 22:51:35 1992 +0000
@@ -102,9 +102,6 @@
 #define FONT_HEIGHT(f)	((f)->ascent + (f)->descent)
 #define FONT_BASE(f)    ((f)->ascent)
 
-/* GC values used for drawing non-standard (other face) text. */
-extern XGCValues face_gc_values;				      
-
 /* The mask of events that text windows always want to receive.  This
    does not include mouse movement events.  It is used when the window
    is created (in x_window) and when we ask/unask for mouse movement
@@ -368,20 +365,8 @@
    fixed width, and to have the same height and width. */
 
 #ifdef HAVE_X11
-/* Table of GC's used for this frame. */
-GC *gc_table;
 
-/* How many GCs are in the table. */
-int gcs_in_use;
-
-struct face
-{
-  GC face_gc;
-  unsigned int foreground;
-  unsigned int background;
-  Pixmap stipple;
-  XFontStruct *font;
-};
+/* Face declared in dispextern.h */
 
 #else	/* X10 */