aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Arceneaux1992-10-14 22:51:35 +0000
committerJoseph Arceneaux1992-10-14 22:51:35 +0000
commit9d46c2e6bb7cb529c0a9faa9c0ebae1431889a38 (patch)
treebd524174615b2bb287408f036d24f1478e4e05cc
parent448fd7c056bc4b1a272174a3485e80f960800724 (diff)
downloademacs-9d46c2e6bb7cb529c0a9faa9c0ebae1431889a38.tar.gz
emacs-9d46c2e6bb7cb529c0a9faa9c0ebae1431889a38.zip
* xterm.h: Declaration of struct face removed.
-rw-r--r--src/xterm.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/xterm.h b/src/xterm.h
index fdaec698838..c13625a9ec5 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -102,9 +102,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
102#define FONT_HEIGHT(f) ((f)->ascent + (f)->descent) 102#define FONT_HEIGHT(f) ((f)->ascent + (f)->descent)
103#define FONT_BASE(f) ((f)->ascent) 103#define FONT_BASE(f) ((f)->ascent)
104 104
105/* GC values used for drawing non-standard (other face) text. */
106extern XGCValues face_gc_values;
107
108/* The mask of events that text windows always want to receive. This 105/* The mask of events that text windows always want to receive. This
109 does not include mouse movement events. It is used when the window 106 does not include mouse movement events. It is used when the window
110 is created (in x_window) and when we ask/unask for mouse movement 107 is created (in x_window) and when we ask/unask for mouse movement
@@ -368,20 +365,8 @@ struct x_display
368 fixed width, and to have the same height and width. */ 365 fixed width, and to have the same height and width. */
369 366
370#ifdef HAVE_X11 367#ifdef HAVE_X11
371/* Table of GC's used for this frame. */
372GC *gc_table;
373
374/* How many GCs are in the table. */
375int gcs_in_use;
376 368
377struct face 369/* Face declared in dispextern.h */
378{
379 GC face_gc;
380 unsigned int foreground;
381 unsigned int background;
382 Pixmap stipple;
383 XFontStruct *font;
384};
385 370
386#else /* X10 */ 371#else /* X10 */
387 372