X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ffont-history.c;h=354f7db77abb71c975e07aee573b3b6dc4aff5c0;hb=refs%2Fheads%2Fupstream;hp=ec076fc2d7d3d91a27b4548679b39ee1fb65358e;hpb=8e4c50283c4f353b18c68474f91209b8bd050557;p=glabels 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