diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-06 20:33:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-06 20:33:53 +0000 |
commit | 422318ef21c53797f9f2efc03fd5c8b32848ba1c (patch) | |
tree | 25cd439a1759ccf35cbbb9834c661e3027a4228b /games/xevil/files/patch-cmn::locator.h | |
parent | Use INST_TARGET instead of TARGETDIR to avoid the name clash (diff) |
- Fix build with gcc41
PR: ports/104054
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Notes
Notes:
svn path=/head/; revision=174677
Diffstat (limited to 'games/xevil/files/patch-cmn::locator.h')
-rw-r--r-- | games/xevil/files/patch-cmn::locator.h | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/games/xevil/files/patch-cmn::locator.h b/games/xevil/files/patch-cmn::locator.h index 1905c1f9824f..4c6a54b96e05 100644 --- a/games/xevil/files/patch-cmn::locator.h +++ b/games/xevil/files/patch-cmn::locator.h @@ -1,5 +1,5 @@ ---- cmn/locator.h.dist Sat Mar 22 20:35:30 2003 -+++ cmn/locator.h Sat Oct 25 21:42:46 2003 +--- cmn/locator.h.orig Sat Mar 22 20:35:30 2003 ++++ cmn/locator.h Fri Oct 6 13:44:36 2006 @@ -47,7 +47,8 @@ @@ -10,3 +10,18 @@ #include "utils.h" #include "coord.h" +@@ -108,12 +109,12 @@ + + + // Only valid if mapped || flash. +- OLgridEntry *gridEntry; ++ class OLgridEntry *gridEntry; + // Set by OLgridEntry::insert. Not nec. valid. + GLoc gloc; + #if X11 + // Only valid if mapped || flash. +- OLshadowEntry *shadowEntry; ++ class OLshadowEntry *shadowEntry; + // Set by OLshadowEntry::insert. Not nec. valid. + GLoc shadowGloc; + #endif |