diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-03-05 20:20:28 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-03-05 20:20:28 +0000 |
commit | 66ce15ca997d7034f58277634bc9e47aa92460ee (patch) | |
tree | 99fb77e38ec8b4afc24083b95629aefb56d82ccf /src/frame.h | |
parent | 9499d71b701803c85a8943efbfcbb5628977b46c (diff) | |
download | emacs-66ce15ca997d7034f58277634bc9e47aa92460ee.tar.gz |
(FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |