changeset 76332:2ebc26a83cc7

(struct mac_output): New member `internal_border_width'.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 05 Mar 2007 08:18:45 +0000
parents ace87cb85f08
children c4d65b188bcd
files src/macterm.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/macterm.h	Mon Mar 05 08:18:36 2007 +0000
+++ b/src/macterm.h	Mon Mar 05 08:18:45 2007 +0000
@@ -327,6 +327,9 @@
      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;