mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Issue #80 - De-unify layout/PITA... I mean layout/generic
This commit is contained in:
parent
118743b970
commit
aaa7be1091
14 changed files with 21 additions and 8 deletions
|
|
@ -13,6 +13,8 @@
|
|||
#include "nsUnicharUtils.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
static bool IsDiscardable(char16_t ch, uint32_t* aFlags)
|
||||
{
|
||||
// Unlike IS_DISCARDABLE, we don't discard \r. \r will be ignored by gfxTextRun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue