comparison src/gui_photon.c @ 444:d0d15b184c56

updated for version 7.0116
author vimboss
date Mon, 25 Jul 2005 20:42:36 +0000
parents d292c40ca788
children 68c15f2c7d3f
comparison
equal deleted inserted replaced
443:43bf0bcf2110 444:d0d15b184c56
3002 3002
3003 vim_free( font_name ); 3003 vim_free( font_name );
3004 return( OK ); 3004 return( OK );
3005 } 3005 }
3006 3006
3007 /*
3008 * Adjust gui.char_height (after 'linespace' was changed).
3009 */
3007 int 3010 int
3008 gui_mch_adjust_charsize(void) 3011 gui_mch_adjust_charheight(void)
3009 { 3012 {
3010 FontQueryInfo info; 3013 FontQueryInfo info;
3011 3014
3012 PfQueryFontInfo( gui.norm_font, &info ); 3015 PfQueryFontInfo( gui.norm_font, &info );
3013 3016