Added list state for line layout

This commit is contained in:
kipp 1998-05-29 02:11:38 +00:00
parent 16955787c4
commit b9d5409399
2 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,8 @@ struct nsBlockReflowState {
nsBlockFrame* mBlock;
PRBool mBlockIsPseudo;
PRBool mBlockIsListItem;
PRBool mListPositionOutside;
// Current line being reflowed
nsLineLayout* mCurrentLine;

View File

@ -69,6 +69,8 @@ struct nsBlockReflowState {
nsBlockFrame* mBlock;
PRBool mBlockIsPseudo;
PRBool mBlockIsListItem;
PRBool mListPositionOutside;
// Current line being reflowed
nsLineLayout* mCurrentLine;