(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
[!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.
This commit is contained in:
parent
ec18280fd8
commit
3da48525dc
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ struct x_output
|
|||
|
||||
#endif /* ! HAVE_X_WINDOWS */
|
||||
|
||||
|
||||
#define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel)
|
||||
#define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)
|
||||
|
||||
/* A structure describing a termcap frame display. */
|
||||
extern struct x_output tty_display;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue