Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / xbeeb / patches / patch-src_Screen_h
blob4de7abe25828727dda1a13ebc543c87e3b3ba186
1 $NetBSD$
3 Since this wants to know about the private symbol used by Xlib.h as an
4 include guard, make sure it knows about both forms.
6 --- src/Screen.h~       2002-01-15 15:46:43.000000000 +0000
7 +++ src/Screen.h
8 @@ -92,7 +92,7 @@ extern        void                    RecalculateScreenInfo ( vo
9  extern unsigned char   ScreenMemoryChanged;
10  extern unsigned char   ScreenImageChanged;
12 -#ifdef _XLIB_H_
13 +#if defined(_XLIB_H_) || defined(_X11_XLIB_H_)
15  extern GC                              TtextTextGC;
16  extern GC                              TtextMosaicGC;