Mercurial > emacs
changeset 15386:0a724b64f88e
(check_x): Macro definition deleted.
(DisplayWidth): Use `selected_frame'.
(DisplayHeight): Use `selected_frame'.
(x_mouse_leave): Remove; it's not used.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jun 1996 21:02:00 +0000 |
parents | 72b57d1c8de0 |
children | 9ac116f47f33 |
files | src/msdos.h |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/msdos.h Mon Jun 10 21:01:22 1996 +0000 +++ b/src/msdos.h Mon Jun 10 21:02:00 1996 +0000 @@ -94,15 +94,12 @@ #define x_destroy_bitmap(p1,p2) #define load_pixmap(p1,p2,p3,p4) (0) #define XGetGeometry(p1,p2,p3,p4,p5,p6,p7,p8,p9) -#define DisplayWidth(p1,p2) (the_only_frame.width) -#define DisplayHeight(p1,p2) (the_only_frame.height) +#define DisplayWidth(p1,p2) (selected_frame->width) +#define DisplayHeight(p1,p2) (selected_frame->height) #define XMenuSetAEQ (void) #define XMenuSetFreeze (void) #define XMenuRecompute (void) #define FONT_WIDTH(foo) 1 -/* Function `getcbrk' is the most harmless I can think of right now... */ -#define check_x if (FRAME_TERMCAP_P (bar)) error ("Not running under a windows system."); else getcbrk -#define x_mouse_leave getcbrk #define XM_FAILURE -1 #define XM_SUCCESS 1 #define XM_NO_SELECT 2