diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-05 07:51:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 07:51:33 +0200 |
commit | c352cb6a50d48b3468ab3313c5c57373c68c6a68 (patch) | |
tree | 7ece4ff58c718707bbeed080d4a233c97e39bddd /gfx/thebes/gfxPlatformGtk.cpp | |
parent | 2b97ab29b833b258eff3b3aee8133ae8b062b52c (diff) | |
parent | b2aba844eea5d7a345504af68c8fe7bc9e27c103 (diff) | |
download | UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.tar UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.tar.gz UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.tar.lz UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.tar.xz UXP-c352cb6a50d48b3468ab3313c5c57373c68c6a68.zip |
Merge pull request #90 from trav90/fix-build-bustage
Fix Linux build bustage
Diffstat (limited to 'gfx/thebes/gfxPlatformGtk.cpp')
-rw-r--r-- | gfx/thebes/gfxPlatformGtk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/thebes/gfxPlatformGtk.cpp b/gfx/thebes/gfxPlatformGtk.cpp index 91f94adb8..1fb3bc4fd 100644 --- a/gfx/thebes/gfxPlatformGtk.cpp +++ b/gfx/thebes/gfxPlatformGtk.cpp @@ -242,7 +242,7 @@ gfxPlatformGtk::GetCommonFallbackFonts(uint32_t aCh, uint32_t aNextCh, { if (aNextCh == 0xfe0fu) { // if char is followed by VS16, try for a color emoji glyph - aFontList.AppendElement(kFontEmojiOneMozilla); + aFontList.AppendElement(kFontTwemojiMozilla); } aFontList.AppendElement(kFontDejaVuSerif); |