Mercurial > emacs
changeset 15390:d01198d2bc40
(FRAME_MSDOS_P): A new macro for MSDOS frames.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jun 1996 21:05:11 +0000 |
parents | 75b4c0f1eb51 |
children | d4cec5d7566d |
files | src/frame.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Mon Jun 10 21:04:09 1996 +0000 +++ b/src/frame.h Mon Jun 10 21:05:11 1996 +0000 @@ -311,6 +311,7 @@ #define FRAME_X_P(f) ((f)->output_method == output_x_window) #define FRAME_WIN32_P(f) ((f)->output_method == output_win32) +#define FRAME_MSDOS_P(f) ((f)->output_method == output_msdos_raw) /* FRAME_WINDOW_P tests whether the frame is a window, and is defined to be the predicate for the window system being used. */ @@ -469,6 +470,7 @@ extern FRAME_PTR last_nonminibuf_frame; #define FRAME_LIVE_P(f) 1 +#define FRAME_MSDOS_P(f) 0 #ifdef MSDOS /* The following definitions could also be used in the non-MSDOS case, but the constants below lead to better code. */