Diff for /np2/x11/qt/Attic/qtfont.cpp between versions 1.1 and 1.2

version 1.1, 2003/11/26 15:08:42 version 1.2, 2003/12/19 16:08:02
Line 35 Line 35
 #include "qt/xnp2.h"  #include "qt/xnp2.h"
   
   
   BOOL
   fontmng_init(void)
   {
   
           return SUCCESS;
   }
   
   void
   fontmng_terminate(void)
   {
   }
   
 void  void
 fontmng_setdeffontname(const char *name)  fontmng_setdeffontname(const char *name)
 {  {

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>