--- np2/x11/gtk/Attic/gtk_font.c 2003/12/11 15:11:56 1.1 +++ np2/x11/gtk/Attic/gtk_font.c 2003/12/19 16:08:02 1.2 @@ -46,6 +46,21 @@ typedef struct { unsigned long black_pixel; } _FNTMNG, *FNTMNG; + +BOOL +fontmng_init(void) +{ + + return SUCCESS; +} + +void +fontmng_terminate(void) +{ + + /* Nothing to do */ +} + void fontmng_setdeffontname(const char *name) {