diff options
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 | |||
| 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 | ||