diff options
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 |
