mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Issue #80 - De-unify gfx/thebes
This commit is contained in:
parent
edaea616b3
commit
94ae8488f4
15 changed files with 32 additions and 22 deletions
|
|
@ -44,6 +44,11 @@
|
|||
|
||||
#include "cairo.h"
|
||||
|
||||
#ifdef XP_WIN
|
||||
#include "cairo-win32.h"
|
||||
#include "gfxWindowsPlatform.h"
|
||||
#endif
|
||||
|
||||
#include "harfbuzz/hb.h"
|
||||
#include "harfbuzz/hb-ot.h"
|
||||
#include "graphite2/Font.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue