1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Update the DOM stack comment for things to come

This commit is contained in:
Jonas Fonseca 2005-12-05 11:16:52 +01:00 committed by Jonas Fonseca
parent 8f25d73013
commit 05a61cd16a

View File

@ -48,10 +48,11 @@ struct dom_stack {
unsigned char *state_objects;
size_t object_size;
/* Parser and document specific stuff */
/* Renderer specific callbacks for the streaming parser mode. */
dom_stack_callback_T callbacks[DOM_NODES];
void *renderer;
/* Data specific to the parser and renderer. */
void *renderer;
void *parser;
};