comparison src/gui_riscos.c @ 44:af1bcb9a13c0

updated for version 7.0027
author vimboss
date Fri, 31 Dec 2004 20:56:11 +0000
parents fdf55076c53f
children f6e33184ccc3
comparison
equal deleted inserted replaced
43:f55897d6921d 44:af1bcb9a13c0
1050 } 1050 }
1051 1051
1052 return handle; 1052 return handle;
1053 } 1053 }
1054 1054
1055 #if defined(FEAT_EVAL) || defined(PROTO)
1055 /* 1056 /*
1056 * Return the name of font "font" in allocated memory. 1057 * Return the name of font "font" in allocated memory.
1057 * Don't know how to get the actual name, thus use the provided name. 1058 * Don't know how to get the actual name, thus use the provided name.
1058 */ 1059 */
1059 char_u * 1060 char_u *
1063 { 1064 {
1064 if (name == NULL) 1065 if (name == NULL)
1065 return NULL; 1066 return NULL;
1066 return vim_strsave(name); 1067 return vim_strsave(name);
1067 } 1068 }
1069 #endif
1068 1070
1069 /* 1071 /*
1070 * Set the current text font. 1072 * Set the current text font.
1071 */ 1073 */
1072 void 1074 void