]> git.eshelyaron.com Git - emacs.git/commitdiff
(FRAME_WINDOW_P): Always define it one way or another.
authorRichard M. Stallman <rms@gnu.org>
Thu, 16 Nov 1995 20:00:37 +0000 (20:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 16 Nov 1995 20:00:37 +0000 (20:00 +0000)
src/frame.h

index e1183e9c515dba6e4070664c4fee7af71270acbb..cfb42dad720ad02c7a8cb4c221ab6e5436e5373e 100644 (file)
@@ -313,6 +313,9 @@ typedef struct frame *FRAME_PTR;
 #ifdef HAVE_NTGUI
 #define FRAME_WINDOW_P(f) FRAME_WIN32_P (f)
 #endif
+#ifndef FRAME_WINDOW_P
+#define FRAME_WINDOW_P(f) (0)
+#endif
 
 #define FRAME_LIVE_P(f) ((f)->output_data.nothing != 0)
 #define FRAME_TERMCAP_P(f) ((f)->output_method == output_termcap)