Author: qboosh Date: Sun Jul 24 10:31:14 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - kill implicit declaration
---- Files affected: SOURCES: blt-decl.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/blt-decl.patch diff -u /dev/null SOURCES/blt-decl.patch:1.1 --- /dev/null Sun Jul 24 12:31:14 2005 +++ SOURCES/blt-decl.patch Sun Jul 24 12:31:09 2005 @@ -0,0 +1,12 @@ +--- blt2.4z/src/bltTreeViewStyle.c.orig 2002-07-23 00:18:40.000000000 +0200 ++++ blt2.4z/src/bltTreeViewStyle.c 2005-07-24 12:30:58.318495944 +0200 +@@ -830,6 +830,9 @@ + stylePtr->flags &= ~STYLE_DIRTY; + } + ++/* from bltTreeViewEdit.c */ ++int Blt_TreeViewTextbox(TreeView *, TreeViewEntry *, TreeViewColumn *); ++ + /* + *---------------------------------------------------------------------- + * ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
