diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2007-03-05 08:19:03 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2007-03-05 08:19:03 +0000 |
commit | 2d21c7808ffc52cdc7ff3979cbd97c388cc86ee4 (patch) | |
tree | 95decdcfd768b8f0c3fed201d45d047a980b1c78 /src/macterm.h | |
parent | 70385fe6309c734b06cce5b823f3a3c5bd16e071 (diff) | |
download | emacs-2d21c7808ffc52cdc7ff3979cbd97c388cc86ee4.tar.gz |
(struct mac_output): New member `internal_border_width'.
Diffstat (limited to 'src/macterm.h')
-rw-r--r-- | src/macterm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index 3d0b41f6efe..b3826c5e7f7 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -327,6 +327,9 @@ struct mac_output They are changed only when a different background is involved. */ unsigned long relief_background; + /* Width of the internal border. */ + int internal_border_width; + /* Hints for the size and the position of a window. */ XSizeHints *size_hints; |