# HG changeset patch # User Richard M. Stallman # Date 834440711 0 # Node ID d01198d2bc4056109373f0e5730b1d300c341a5d # Parent 75b4c0f1eb51a5e9c23e930686c9a49c12371c76 (FRAME_MSDOS_P): A new macro for MSDOS frames. diff -r 75b4c0f1eb51 -r d01198d2bc40 src/frame.h --- 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. */