LO_Anchor now has a DOM_Node

This commit is contained in:
shaver%netscape.com 1998-10-15 18:27:20 +00:00
parent 113b1ff718
commit 8bfbc26656

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
};
/*