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

Diff of /emacs/src/macfns.c

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

revision 1.54 by mituharu, Wed Mar 16 08:06:33 2005 UTC revision 1.55 by mituharu, Wed Apr 6 02:24:23 2005 UTC
# Line 2632  This function is an internal primitive-- Line 2632  This function is an internal primitive--
2632        font = x_new_font (f, "-ETL-fixed-medium-r-*--*-160-*-*-*-*-iso8859-1");        font = x_new_font (f, "-ETL-fixed-medium-r-*--*-160-*-*-*-*-iso8859-1");
2633      /* If those didn't work, look for something which will at least work.  */      /* If those didn't work, look for something which will at least work.  */
2634      if (! STRINGP (font))      if (! STRINGP (font))
2635          font = x_new_fontset (f, "fontset-mac");
2636        if (! STRINGP (font))
2637        font = x_new_font (f, "-*-monaco-*-12-*-mac-roman");        font = x_new_font (f, "-*-monaco-*-12-*-mac-roman");
2638      if (! STRINGP (font))      if (! STRINGP (font))
2639        font = x_new_font (f, "-*-courier-*-10-*-mac-roman");        font = x_new_font (f, "-*-courier-*-10-*-mac-roman");
# Line 3732  x_create_tip_frame (dpyinfo, parms, text Line 3734  x_create_tip_frame (dpyinfo, parms, text
3734        font = x_new_font (f, "-ETL-fixed-medium-r-*--*-160-*-*-*-*-iso8859-1");        font = x_new_font (f, "-ETL-fixed-medium-r-*--*-160-*-*-*-*-iso8859-1");
3735      /* If those didn't work, look for something which will at least work.  */      /* If those didn't work, look for something which will at least work.  */
3736      if (! STRINGP (font))      if (! STRINGP (font))
3737          font = x_new_fontset (f, "fontset-mac");
3738        if (! STRINGP (font))
3739        font = x_new_font (f, "-*-monaco-*-12-*-mac-roman");        font = x_new_font (f, "-*-monaco-*-12-*-mac-roman");
3740      if (! STRINGP (font))      if (! STRINGP (font))
3741        font = x_new_font (f, "-*-courier-*-10-*-mac-roman");        font = x_new_font (f, "-*-courier-*-10-*-mac-roman");

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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