diff options
| author | Gerd Moellmann | 1999-12-10 08:54:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-10 08:54:11 +0000 |
| commit | 3da48525dc9e69c4f1917734d8e9f4f5bad2ed81 (patch) | |
| tree | 93c01ef1cf801629ce7e05beb37ee3469fcc5b37 /src | |
| parent | ec18280fd82a04f26c1003fc35aad2144e77a107 (diff) | |
| download | emacs-3da48525dc9e69c4f1917734d8e9f4f5bad2ed81.tar.gz emacs-3da48525dc9e69c4f1917734d8e9f4f5bad2ed81.zip | |
(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
[!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h index 00434610317..d1c16705e66 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -71,6 +71,10 @@ struct x_output | |||
| 71 | 71 | ||
| 72 | #endif /* ! HAVE_X_WINDOWS */ | 72 | #endif /* ! HAVE_X_WINDOWS */ |
| 73 | 73 | ||
| 74 | |||
| 75 | #define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel) | ||
| 76 | #define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel) | ||
| 77 | |||
| 74 | /* A structure describing a termcap frame display. */ | 78 | /* A structure describing a termcap frame display. */ |
| 75 | extern struct x_output tty_display; | 79 | extern struct x_output tty_display; |
| 76 | 80 | ||