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, 0 insertions, 11 deletions
diff --git a/devel/kyra/files/patch-engine_imagetree.h b/devel/kyra/files/patch-engine_imagetree.h deleted file mode 100644 index 494f878687f3..000000000000 --- a/devel/kyra/files/patch-engine_imagetree.h +++ /dev/null @@ -1,11 +0,0 @@ ---- engine/imagetree.h.orig 2005-03-31 01:02:38 UTC -+++ engine/imagetree.h -@@ -190,7 +190,7 @@ class KrImageTree - void Clear( KrImNode* root ); // delete the entire tree - - // Recursive hit test walk. -- bool KrImageTree::HitTestRec( KrImNode* node, int x, int y, int flags, std::vector<KrImage*>* outputArray, int windowIndex ); -+ bool HitTestRec( KrImNode* node, int x, int y, int flags, std::vector<KrImage*>* outputArray, int windowIndex ); - - KrImNode* root; // The root to position the window - KrImNode* offsetRoot; // The root as returned to the client |