LO_Anchor now has a DOM_Node

git-svn-id: svn://10.0.0.236/trunk@12900 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com
1998-10-15 18:27:20 +00:00
parent 0e12939552
commit ab4e2c97d3

View File

@@ -214,6 +214,9 @@ struct LO_AnchorData_struct {
uint8 flags; /* Indicates whether to suppress visual feedback */
double prevalue; /* <A HREF="http://gagan/PrefetchingThoughts.html" PRE=0.5> */
#ifdef DOM
struct DOM_Node *node;
#endif
};
/*