pkgsrc/editors/emacs20/patches/patch-bh

13 lines
589 B
Text

$NetBSD: patch-bh,v 1.1.1.1 2003/04/11 00:31:45 uebayasi 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.