diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-02-13 09:27:11 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-02-13 09:27:11 +0000 |
commit | 639cdade050db82995c3e6d019e0d02f653a66d6 (patch) | |
tree | a802e9572b5fcf01ef3609986c1c504294a179dc /graphics/xaralx | |
parent | 2e78cdf1642420272a0ea062d243e93d0e628dc7 (diff) |
Notes
Diffstat (limited to 'graphics/xaralx')
-rw-r--r-- | graphics/xaralx/files/patch-Kernel_cxftree.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xaralx/files/patch-Kernel_cxftree.h b/graphics/xaralx/files/patch-Kernel_cxftree.h new file mode 100644 index 000000000000..ce8abcd930c2 --- /dev/null +++ b/graphics/xaralx/files/patch-Kernel_cxftree.h @@ -0,0 +1,11 @@ +--- Kernel/cxftree.h.orig Tue Feb 13 10:21:18 2007 ++++ Kernel/cxftree.h Tue Feb 13 10:21:40 2007 +@@ -287,7 +287,7 @@ + + INT32 AddDisplayNode(CXFNode* pNode,INT32 Index,INT32 Depth,BOOL ExpandAll); + void ShowNodeDebugInfoForNode(CXFNode *pNode); +- CXaraFileRecordHandler* CXFTreeDlg::FindHandler(UINT32 Tag); ++ CXaraFileRecordHandler* FindHandler(UINT32 Tag); + void GetTagText(CXFNode* pNode,String_256& Str); + + CXFNode* pRoot; |