]> code.delx.au - gnu-emacs/commitdiff
(check_x): Macro definition deleted.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 1996 21:02:00 +0000 (21:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 1996 21:02:00 +0000 (21:02 +0000)
(DisplayWidth): Use `selected_frame'.
(DisplayHeight): Use `selected_frame'.
(x_mouse_leave): Remove; it's not used.

src/msdos.h

index 2a0506883ea689aa8f5fc0071850beb62320a1d5..3e3c6ec0695286623fa303bc2589252e0343fa6b 100644 (file)
@@ -94,15 +94,12 @@ extern Display *x_current_display;
 #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