summaryrefslogtreecommitdiff
path: root/src/xftint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xftint.h')
-rw-r--r--src/xftint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xftint.h b/src/xftint.h
index e1a792d..c59985a 100644
--- a/src/xftint.h
+++ b/src/xftint.h
@@ -87,6 +87,7 @@ typedef struct _XftGlyph {
XGlyphInfo metrics;
void *bitmap;
unsigned long glyph_memory;
+ Picture picture;
} XftGlyph;
/*
@@ -146,6 +147,7 @@ struct _XftFontInfo {
FT_F26Dot6 xsize, ysize; /* pixel size */
FcBool antialias; /* doing antialiasing */
FcBool embolden; /* force emboldening */
+ FcBool color; /* contains color glyphs */
int rgba; /* subpixel order */
int lcd_filter; /* lcd filter */
FT_Matrix matrix; /* glyph transformation matrix */