aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.h
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-03-05 08:19:03 +0000
committerYAMAMOTO Mitsuharu2007-03-05 08:19:03 +0000
commit2d21c7808ffc52cdc7ff3979cbd97c388cc86ee4 (patch)
tree95decdcfd768b8f0c3fed201d45d047a980b1c78 /src/macterm.h
parent70385fe6309c734b06cce5b823f3a3c5bd16e071 (diff)
downloademacs-2d21c7808ffc52cdc7ff3979cbd97c388cc86ee4.tar.gz
emacs-2d21c7808ffc52cdc7ff3979cbd97c388cc86ee4.zip
(struct mac_output): New member `internal_border_width'.
Diffstat (limited to 'src/macterm.h')
-rw-r--r--src/macterm.h3
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
327 They are changed only when a different background is involved. */ 327 They are changed only when a different background is involved. */
328 unsigned long relief_background; 328 unsigned long relief_background;
329 329
330 /* Width of the internal border. */
331 int internal_border_width;
332
330 /* Hints for the size and the position of a window. */ 333 /* Hints for the size and the position of a window. */
331 XSizeHints *size_hints; 334 XSizeHints *size_hints;
332 335