blob: d1479a950392b6924ce1cf1b3212486bb040a2db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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.
|