summaryrefslogtreecommitdiff
path: root/include/freetype/internal/ftobjs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/internal/ftobjs.h')
-rw-r--r--include/freetype/internal/ftobjs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/freetype/internal/ftobjs.h b/include/freetype/internal/ftobjs.h
index 2f2050921..d5786d23a 100644
--- a/include/freetype/internal/ftobjs.h
+++ b/include/freetype/internal/ftobjs.h
@@ -890,6 +890,10 @@ FT_BEGIN_HEADER
* created. @FT_Reference_Library increments this counter, and
* @FT_Done_Library only destroys a library if the counter is~1,
* otherwise it simply decrements it.
+ *
+ * svg_renderer_state ::
+ * A pointer to a state object that will have the state of the SVG
+ * Renderer. This will be totally managed by the renderer.
*/
typedef struct FT_LibraryRec_
{
@@ -917,6 +921,8 @@ FT_BEGIN_HEADER
FT_Int refcount;
+ void* svg_renderer_state;
+
} FT_LibraryRec;