/[emacs]/emacs/src/w32bdf.c
ViewVC logotype

Diff of /emacs/src/w32bdf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by miles, Mon Sep 1 15:45:57 2003 UTC revision 1.19 by jasonr, Thu Oct 2 23:07:28 2003 UTC
# Line 768  struct font_info *w32_load_bdf_font (str Line 768  struct font_info *w32_load_bdf_font (str
768    
769    /* Now fill in the slots of *FONTP.  */    /* Now fill in the slots of *FONTP.  */
770    BLOCK_INPUT;    BLOCK_INPUT;
771      bzero (fontp, sizeof (*fontp));
772    fontp->font = font;    fontp->font = font;
773    fontp->font_idx = dpyinfo->n_fonts;    fontp->font_idx = dpyinfo->n_fonts;
774    fontp->name = (char *) xmalloc (strlen (fontname) + 1);    fontp->name = (char *) xmalloc (strlen (fontname) + 1);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26