pkgsrc/editors/emacs/patches/patch-bh
2000-09-26 21:42:30 +00:00

13 lines
580 B
Text

$NetBSD: patch-bh,v 1.1 2000/09/26 21:42:35 eeh Exp $
--- ./src/frame.h.orig Sat Apr 25 16:17:34 1998
+++ ./src/frame.h Tue Sep 26 09:38:18 2000
@@ -186,7 +186,7 @@
it is defined in xterm.h.
struct w32_output is used for W32 window frames;
it is defined in w32term.h. */
- union output_data { struct x_output *x; struct w32_output *w32; int nothing; } output_data;
+ union output_data { struct x_output *x; struct w32_output *w32; EMACS_INT nothing; } output_data;
#ifdef MULTI_KBOARD
/* A pointer to the kboard structure associated with this frame.