1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(FRAME_INTERNAL_BORDER_WIDTH): Define to zero.

This commit is contained in:
Eli Zaretskii 2000-03-02 12:27:37 +00:00
parent 1e3c88855b
commit 2f9502922e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
* msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
* window.c [MSDOS]: Include msdos.h.
2000-03-02 Dave Love <fx@gnu.org>
* m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.

View File

@ -104,6 +104,8 @@ extern struct x_output the_only_x_display;
#define FRAME_FONT(f) (the_only_x_display.font)
#define FRAME_X_DISPLAY_INFO(f) (&the_only_x_display.display_info)
#define FRAME_INTERNAL_BORDER_WIDTH(f) (0)
/* Prototypes. */
/* Forward declarations for prototypes. */