Diff for /np2/x11/gtk2/gtk_font.c between versions 1.8 and 1.9

version 1.8, 2011/01/15 18:43:13 version 1.9, 2012/01/23 04:54:47
Line 91  fontmng_create(int size, UINT type, cons Line 91  fontmng_create(int size, UINT type, cons
         }          }
   
         g_snprintf(buf, sizeof(buf), "%s %s %s %d",          g_snprintf(buf, sizeof(buf), "%s %s %s %d",
             fontface ? (char *)fontface : fontname,              fontface ? (const char *)fontface : fontname,
             (type & FDAT_BOLD) ? "bold" : "medium",              (type & FDAT_BOLD) ? "bold" : "medium",
             (type & FDAT_PROPORTIONAL) ? "" : "",              (type & FDAT_PROPORTIONAL) ? "" : "",
             size);              size);

Removed from v.1.8  
changed lines
  Added in v.1.9


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