# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1173082725 0 # Node ID 2ebc26a83cc7c78ff6ae67f43dd2f0b224c7ba35 # Parent ace87cb85f08c9ef67ae7ace6a269b410c0fefc4 (struct mac_output): New member `internal_border_width'. diff -r ace87cb85f08 -r 2ebc26a83cc7 src/macterm.h --- 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;