summaryrefslogtreecommitdiff
path: root/src/cairo-error-private.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2021-08-14 15:38:14 +0930
committerAdrian Johnson <ajohnson@redneon.com>2022-02-27 20:20:24 +1030
commit5635c75a2c99a901fa1410d4a297c1a1c913c0ee (patch)
tree36983c34acfa163f6d476f1e90c3ddaa7e5747c2 /src/cairo-error-private.h
parentfdf2a9b4c0b610ef5dc328c7a095ff8e6e263f05 (diff)
downloadcairo-5635c75a2c99a901fa1410d4a297c1a1c913c0ee.tar.gz
dwrite: add color font support
Diffstat (limited to 'src/cairo-error-private.h')
-rw-r--r--src/cairo-error-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-error-private.h b/src/cairo-error-private.h
index d8cc7c004..d84d4c23d 100644
--- a/src/cairo-error-private.h
+++ b/src/cairo-error-private.h
@@ -98,6 +98,7 @@ enum _cairo_int_status {
CAIRO_INT_STATUS_FREETYPE_ERROR,
CAIRO_INT_STATUS_WIN32_GDI_ERROR,
CAIRO_INT_STATUS_TAG_ERROR,
+ CAIRO_INT_STATUS_DWRITE_ERROR,
CAIRO_INT_STATUS_LAST_STATUS,