summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-bh
blob: 134340eab563362f59120d7950c79739ce04b8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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.