X-Git-Url: https://git.sur5r.net/?p=glabels;a=blobdiff_plain;f=src%2Ffont-history.c;fp=src%2Ffont-history.c;h=354f7db77abb71c975e07aee573b3b6dc4aff5c0;hp=ec076fc2d7d3d91a27b4548679b39ee1fb65358e;hb=38d44627bd551b2f3855ee44d2d1e3f03f30e2ce;hpb=80f8b7f229a635ac0bdcbe81cc260ab37a55d32e diff --git a/src/font-history.c b/src/font-history.c index ec076fc2..354f7db7 100644 --- a/src/font-history.c +++ b/src/font-history.c @@ -56,6 +56,16 @@ gl_font_history_init (void) } +/*****************************************************************************/ +/* Initialize font history with a null model. */ +/*****************************************************************************/ +void +gl_font_history_init_null (void) +{ + gl_font_history = gl_font_history_model_new_null (); +} + + /* * Local Variables: -- emacs