diff options
| author | Eli Zaretskii | 2000-03-02 12:27:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-03-02 12:27:37 +0000 |
| commit | 2f9502922e206721920441bcbd688c0e703d5b53 (patch) | |
| tree | 4ce2321cb76b23a8aedba2494b61e29d572aeb98 /src | |
| parent | 1e3c88855b48122facf920eaa5ff6ec712475f4f (diff) | |
| download | emacs-2f9502922e206721920441bcbd688c0e703d5b53.tar.gz emacs-2f9502922e206721920441bcbd688c0e703d5b53.zip | |
(FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/msdos.h | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3e561dc38eb..9dbc0d1faa7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-03-02 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero. | ||
| 4 | |||
| 5 | * window.c [MSDOS]: Include msdos.h. | ||
| 6 | |||
| 1 | 2000-03-02 Dave Love <fx@gnu.org> | 7 | 2000-03-02 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH. | 9 | * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH. |
diff --git a/src/msdos.h b/src/msdos.h index 8ea1f24af2f..76b133582da 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -104,6 +104,8 @@ extern struct x_output the_only_x_display; | |||
| 104 | #define FRAME_FONT(f) (the_only_x_display.font) | 104 | #define FRAME_FONT(f) (the_only_x_display.font) |
| 105 | #define FRAME_X_DISPLAY_INFO(f) (&the_only_x_display.display_info) | 105 | #define FRAME_X_DISPLAY_INFO(f) (&the_only_x_display.display_info) |
| 106 | 106 | ||
| 107 | #define FRAME_INTERNAL_BORDER_WIDTH(f) (0) | ||
| 108 | |||
| 107 | /* Prototypes. */ | 109 | /* Prototypes. */ |
| 108 | 110 | ||
| 109 | /* Forward declarations for prototypes. */ | 111 | /* Forward declarations for prototypes. */ |