diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-13 14:36:06 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:54:11 +0000 |
commit | 85b89ee754ea34156ea2c760265e0445121c8ab9 (patch) | |
tree | dd96212f2a0e10cb841f991696c7cdbf75f00fb1 /gfx/thebes/moz.build | |
parent | 9c006089e10285486fc9b71f1f128202f584fca5 (diff) | |
download | UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.tar UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.tar.gz UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.tar.lz UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.tar.xz UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.zip |
Issue #80 - Split out GetShapedWord template function
Diffstat (limited to 'gfx/thebes/moz.build')
-rw-r--r-- | gfx/thebes/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/moz.build b/gfx/thebes/moz.build index b2396bceb..4201dea29 100644 --- a/gfx/thebes/moz.build +++ b/gfx/thebes/moz.build @@ -17,6 +17,7 @@ EXPORTS += [ 'gfxDrawable.h', 'gfxEnv.h', 'gfxFailure.h', + 'gfxFont-Impl.h', 'gfxFont.h', 'gfxFontConstants.h', 'gfxFontEntry.h', |