summaryrefslogtreecommitdiff
path: root/emulators/xbeeb/patches/patch-src_Screen_h
blob: 7cea3e2c8e006ee7c7cfb1f50cee172d69e59f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-src_Screen_h,v 1.1 2011/10/03 04:45:40 dholland Exp $

Since this wants to know about the private symbol used by Xlib.h as an
include guard, make sure it knows about both forms.

--- src/Screen.h~	2002-01-15 15:46:43.000000000 +0000
+++ src/Screen.h
@@ -92,7 +92,7 @@ extern	void			RecalculateScreenInfo ( vo
 extern	unsigned char	ScreenMemoryChanged;
 extern	unsigned char	ScreenImageChanged;
 
-#ifdef	_XLIB_H_
+#if defined(_XLIB_H_) || defined(_X11_XLIB_H_)
 
 extern	GC				TtextTextGC;
 extern	GC				TtextMosaicGC;