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

Diff of /emacs/src/xterm.c

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

revision 1.811 by handa, Thu Oct 2 02:05:42 2003 UTC revision 1.812 by handa, Thu Oct 2 02:08:56 2003 UTC
# Line 9869  x_load_font (f, fontname, size) Line 9869  x_load_font (f, fontname, size)
9869    
9870      /* Now fill in the slots of *FONTP.  */      /* Now fill in the slots of *FONTP.  */
9871      BLOCK_INPUT;      BLOCK_INPUT;
9872      bzero (font, sizeof (*font));      bzero (fontp, sizeof (*fontp));
9873      fontp->font = font;      fontp->font = font;
9874      fontp->font_idx = i;      fontp->font_idx = i;
9875      fontp->name = (char *) xmalloc (strlen (fontname) + 1);      fontp->name = (char *) xmalloc (strlen (fontname) + 1);

Legend:
Removed from v.1.811  
changed lines
  Added in v.1.812

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