Diff for /np2/x11/fontmng.h between versions 1.2 and 1.3

version 1.2, 2003/11/16 16:43:45 version 1.3, 2003/12/19 16:08:01
Line 23  typedef struct { Line 23  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
   BOOL fontmng_init(void);
 void* fontmng_create(int size, UINT type, const TCHAR *fontface);  void* fontmng_create(int size, UINT type, const TCHAR *fontface);
 void fontmng_destroy(void *hdl);  void fontmng_destroy(void *hdl);
   void fontmng_terminate(void);
   
 BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt);  BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt);
 BOOL fontmng_getdrawsize(void *hdl, const char *string, POINT_T *pt);  BOOL fontmng_getdrawsize(void *hdl, const char *string, POINT_T *pt);

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


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