forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
598 B
C++
11 lines
598 B
C++
--- engine/imagetree.h.orig 2007-11-12 17:22:54.000000000 +0100
|
|
+++ engine/imagetree.h 2007-11-12 17:23:06.000000000 +0100
|
|
@@ -190,7 +190,7 @@
|
|
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
|