View | Details | Raw Unified
Collapse All | Expand All

(-) engine/imagetree.h.orig (-1 / +1 lines)
 Lines 217-223    Link Here 
	void Clear( KrImNode* root );	// delete the entire tree
	void Clear( KrImNode* root );	// delete the entire tree
	// Recursive hit test walk.
	// 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*  root;			// The root to position the window
	KrImNode*  offsetRoot;		// The root as returned to the client
	KrImNode*  offsetRoot;		// The root as returned to the client