Now make mroot part of the mathml build.

This commit is contained in:
rbs%maths.uq.edu.au 1999-11-21 22:27:21 +00:00
Родитель ffa6ff34e6
Коммит 42b105a390
3 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -58,6 +58,7 @@ CPPSRCS = nsMathMLChar.cpp \
nsMathMLmpaddedFrame.cpp \
nsMathMLmstyleFrame.cpp \
nsMathMLmsqrtFrame.cpp \
nsMathMLmrootFrame.cpp \
$(NULL)
include $(topsrcdir)/config/config.mk

Просмотреть файл

@ -47,6 +47,7 @@ CPPSRCS= nsMathMLChar.cpp \
nsMathMLmpaddedFrame.cpp \
nsMathMLmstyleFrame.cpp \
nsMathMLmsqrtFrame.cpp \
nsMathMLmrootFrame.cpp \
$(NULL)
CPP_OBJS= .\$(OBJDIR)\nsMathMLChar.obj \
@ -68,6 +69,7 @@ CPP_OBJS= .\$(OBJDIR)\nsMathMLChar.obj \
.\$(OBJDIR)\nsMathMLmpaddedFrame.obj \
.\$(OBJDIR)\nsMathMLmstyleFrame.obj \
.\$(OBJDIR)\nsMathMLmsqrtFrame.obj \
.\$(OBJDIR)\nsMathMLmrootFrame.obj \
$(NULL)
EXPORTS = \

Просмотреть файл

@ -49,7 +49,7 @@ public:
nsresult rv;
rv = nsMathMLContainerFrame::SetInitialChildList(aPresContext, aListName, aChildList);
UpdatePresentationDataFromChildAt(0, 2, PR_FALSE);
ReResolveStyleContext(&aPresContext, mStyleContext, NS_STYLE_HINT_REFLOW, nsnull, nsnull);
InsertScriptLevelStyleContext(aPresContext);
return rv;
}