From: Gerd Moellmann Date: Sun, 5 Mar 2000 20:20:28 +0000 (+0000) Subject: (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define. X-Git-Tag: emacs-pretest-21.0.90~4759 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66ce15ca997d7034f58277634bc9e47aa92460ee;p=emacs.git (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define. --- diff --git a/src/frame.h b/src/frame.h index d33393aed10..26cddf67ab5 100644 --- a/src/frame.h +++ b/src/frame.h @@ -69,6 +69,8 @@ struct x_output PIX_TYPE foreground_pixel; }; +#define FRAME_INTERNAL_BORDER_WIDTH(f) 0 + #endif /* ! HAVE_X_WINDOWS */