# HG changeset patch # User Joseph Arceneaux # Date 719103095 0 # Node ID b8e32247c590a2294a92c112316ca89a58fcb250 # Parent 0f214040f708a0ce2e5ff83692c59d89bacc93d8 * xterm.h: Declaration of struct face removed. diff -r 0f214040f708 -r b8e32247c590 src/xterm.h --- 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 */