diff options
| author | Joseph Arceneaux | 1992-10-14 22:51:35 +0000 |
|---|---|---|
| committer | Joseph Arceneaux | 1992-10-14 22:51:35 +0000 |
| commit | 9d46c2e6bb7cb529c0a9faa9c0ebae1431889a38 (patch) | |
| tree | bd524174615b2bb287408f036d24f1478e4e05cc /src | |
| parent | 448fd7c056bc4b1a272174a3485e80f960800724 (diff) | |
| download | emacs-9d46c2e6bb7cb529c0a9faa9c0ebae1431889a38.tar.gz emacs-9d46c2e6bb7cb529c0a9faa9c0ebae1431889a38.zip | |
* xterm.h: Declaration of struct face removed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 17 |
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. */ | ||
| 106 | extern 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. */ | ||
| 372 | GC *gc_table; | ||
| 373 | |||
| 374 | /* How many GCs are in the table. */ | ||
| 375 | int gcs_in_use; | ||
| 376 | 368 | ||
| 377 | struct 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 | ||