comparison src/gui_amiga.c @ 44:af1bcb9a13c0

updated for version 7.0027
author vimboss
date Fri, 31 Dec 2004 20:56:11 +0000
parents fdf55076c53f
children
comparison
equal deleted inserted replaced
43:f55897d6921d 44:af1bcb9a13c0
1236 { 1236 {
1237 /*D("gui_mch_get_font");*/ 1237 /*D("gui_mch_get_font");*/
1238 return NULL; 1238 return NULL;
1239 } 1239 }
1240 1240
1241 #if defined(FEAT_EVAL) || defined(PROTO)
1241 /* 1242 /*
1242 * Return the name of font "font" in allocated memory. 1243 * Return the name of font "font" in allocated memory.
1243 * We always use the default font. 1244 * We always use the default font.
1244 */ 1245 */
1245 char_u * 1246 char_u *
1246 gui_mch_get_fontname(GuiFont font, char_u *name) 1247 gui_mch_get_fontname(GuiFont font, char_u *name)
1247 { 1248 {
1248 return vim_strsave((char_u *)"default"); 1249 return vim_strsave((char_u *)"default");
1249 } 1250 }
1251 #endif
1250 1252
1251 void 1253 void
1252 gui_mch_set_font(GuiFont font) 1254 gui_mch_set_font(GuiFont font)
1253 { 1255 {
1254 /*D("gui_mch_set_font");*/ 1256 /*D("gui_mch_set_font");*/