зеркало из https://github.com/mozilla/gecko-dev.git
Enable the mspace tag
This commit is contained in:
Родитель
6b20391857
Коммит
de924b0358
|
@ -57,6 +57,7 @@ CPPSRCS = nsMathMLChar.cpp \
|
|||
nsMathMLmoverFrame.cpp \
|
||||
nsMathMLmunderoverFrame.cpp \
|
||||
nsMathMLmpaddedFrame.cpp \
|
||||
nsMathMLmspaceFrame.cpp \
|
||||
nsMathMLmstyleFrame.cpp \
|
||||
nsMathMLmsqrtFrame.cpp \
|
||||
nsMathMLmrootFrame.cpp \
|
||||
|
|
|
@ -46,6 +46,7 @@ CPPSRCS= nsMathMLChar.cpp \
|
|||
nsMathMLmoverFrame.cpp \
|
||||
nsMathMLmunderoverFrame.cpp \
|
||||
nsMathMLmpaddedFrame.cpp \
|
||||
nsMathMLmspaceFrame.cpp \
|
||||
nsMathMLmstyleFrame.cpp \
|
||||
nsMathMLmsqrtFrame.cpp \
|
||||
nsMathMLmrootFrame.cpp \
|
||||
|
@ -69,6 +70,7 @@ CPP_OBJS= .\$(OBJDIR)\nsMathMLChar.obj \
|
|||
.\$(OBJDIR)\nsMathMLmoverFrame.obj \
|
||||
.\$(OBJDIR)\nsMathMLmunderoverFrame.obj \
|
||||
.\$(OBJDIR)\nsMathMLmpaddedFrame.obj \
|
||||
.\$(OBJDIR)\nsMathMLmspaceFrame.obj \
|
||||
.\$(OBJDIR)\nsMathMLmstyleFrame.obj \
|
||||
.\$(OBJDIR)\nsMathMLmsqrtFrame.obj \
|
||||
.\$(OBJDIR)\nsMathMLmrootFrame.obj \
|
||||
|
|
|
@ -32,6 +32,7 @@ extern nsresult NS_NewMathMLmnFrame ( nsIPresShell* aPresShell, nsIFrame** aNewF
|
|||
extern nsresult NS_NewMathMLmoFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
|
||||
extern nsresult NS_NewMathMLmphantomFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
|
||||
extern nsresult NS_NewMathMLmpaddedFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
|
||||
extern nsresult NS_NewMathMLmspaceFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
|
||||
extern nsresult NS_NewMathMLmfencedFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
|
||||
extern nsresult NS_NewMathMLmfracFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
|
||||
extern nsresult NS_NewMathMLmsubFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
|
||||
|
|
Загрузка…
Ссылка в новой задаче