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:
parent
1e3c88855b
commit
2f9502922e
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user