Diff for /np2/x11/gtk2/gtk_font.c between versions 1.6 and 1.7

version 1.6, 2007/01/10 15:58:21 version 1.7, 2011/01/15 16:01:53
Line 165  static void Line 165  static void
 setfdathead(FNTMNG fhdl, FNTDAT fdat, const char *str, int len)  setfdathead(FNTMNG fhdl, FNTDAT fdat, const char *str, int len)
 {  {
   
         UNUSED(str);  
   
         fdat->width = fhdl->rect.width;          fdat->width = fhdl->rect.width;
         fdat->height = fhdl->rect.height;          fdat->height = fhdl->rect.height;
         fdat->pitch = fhdl->size;          fdat->pitch = fhdl->size;

Removed from v.1.6  
changed lines
  Added in v.1.7


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