diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-11-18 17:29:24 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-11-18 17:29:24 +0000 |
| commit | 2e825f232c03d13531f7189a84d719b009731863 (patch) | |
| tree | 970ff672247ae0b49763cc57e7f3baaec13730ff /devel/kyra/files/patch-engine_imagetree.h | |
| parent | Mark broken: fails to fetch. (diff) | |
- Fix build with gcc 4.2
PR: 118010
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (erwin,linimon)
Diffstat (limited to 'devel/kyra/files/patch-engine_imagetree.h')
| -rw-r--r-- | devel/kyra/files/patch-engine_imagetree.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/kyra/files/patch-engine_imagetree.h b/devel/kyra/files/patch-engine_imagetree.h new file mode 100644 index 000000000000..8152be4256ca --- /dev/null +++ b/devel/kyra/files/patch-engine_imagetree.h @@ -0,0 +1,11 @@ +--- engine/imagetree.h.orig 2007-11-12 17:22:54.000000000 +0100 ++++ engine/imagetree.h 2007-11-12 17:23:06.000000000 +0100 +@@ -217,7 +217,7 @@ + void Clear( KrImNode* root ); // delete the entire tree + + // Recursive hit test walk. +- bool KrImageTree::HitTestRec( KrImNode* node, int x, int y, int flags, GlDynArray<KrImage*>* outputArray, int windowIndex ); ++ bool HitTestRec( KrImNode* node, int x, int y, int flags, GlDynArray<KrImage*>* outputArray, int windowIndex ); + + KrImNode* root; // The root to position the window + KrImNode* offsetRoot; // The root as returned to the client |
