summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h
index 5726ffd319c..1a09df2558c 100644
--- a/src/font.h
+++ b/src/font.h
@@ -687,6 +687,8 @@ struct font_driver
the (N-1)th element of VARIATIONS. */
int (*get_variation_glyphs) P_ ((struct font *font,
int c, unsigned variations[256]));
+
+ void (*filter_properties) P_ ((Lisp_Object font, Lisp_Object properties));
};