--- np2/x11/qt/Attic/qtfont.cpp 2003/11/26 15:08:42 1.1 +++ np2/x11/qt/Attic/qtfont.cpp 2003/12/19 16:08:02 1.2 @@ -35,6 +35,18 @@ #include "qt/xnp2.h" +BOOL +fontmng_init(void) +{ + + return SUCCESS; +} + +void +fontmng_terminate(void) +{ +} + void fontmng_setdeffontname(const char *name) {