opnsense-ports/devel/kyra/files/patch-engine_imagetree.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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