freebsd-ports/japanese/nethack34/files/patch-include__xwindow.h
John Marino b6fb83656d japanese/nethack34: Fix segfault on amd64 among other things
PR:		194611
Submitted by:	WATANABE Kazuhiro
2014-11-09 16:31:19 +00:00

12 lines
373 B
C

--- include/xwindow.h.orig 2003-12-08 08:39:13.000000000 +0900
+++ include/xwindow.h 2014-10-17 22:46:12.000000000 +0900
@@ -78,6 +78,9 @@
extern XFontStruct *WindowFontStruct(/* Widget */);
extern Font WindowFont(/* Widget */);
+#ifdef XI18N
+extern XFontSet WindowFontSet(/* Widget */);
+#endif
#define XtCWindowResource "WindowResource"
#define XtCRows "Rows"