--- deliantra/Deliantra-Client/Client.xs 2006/07/04 23:23:31 1.124 +++ deliantra/Deliantra-Client/Client.xs 2006/07/05 03:01:01 1.128 @@ -53,7 +53,7 @@ #define MIN_FONT_HEIGHT 10 -#if 1 +#if 0 # define PARACHUTE SDL_INIT_NOPARACHUTE #else # define PARACHUTE 0 @@ -123,11 +123,7 @@ #ifdef FC_HINT_STYLE FcPatternAddBool (pattern, FC_HINT_STYLE, FC_HINT_FULL); #endif -#ifdef _WIN32 - FcPatternAddBool (pattern, FC_AUTOHINT, 1); -#else FcPatternAddBool (pattern, FC_AUTOHINT, 0); -#endif } static void @@ -772,11 +768,10 @@ void clear_font_cache () CODE: - pango_fc_font_map_cache_clear ((PangoFcFontMap *)opengl_fontmap); tc_clear (); CFClient::Layout -new (SV *class, int type = 0) +new (SV *class) CODE: New (0, RETVAL, 1, struct cf_layout);