ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.125 by root, Tue Jul 4 23:44:23 2006 UTC vs.
Revision 1.127 by root, Wed Jul 5 00:16:44 2006 UTC

51#define MAP_EXTEND_X 32 51#define MAP_EXTEND_X 32
52#define MAP_EXTEND_Y 512 52#define MAP_EXTEND_Y 512
53 53
54#define MIN_FONT_HEIGHT 10 54#define MIN_FONT_HEIGHT 10
55 55
56#if 1 56#if 0
57# define PARACHUTE SDL_INIT_NOPARACHUTE 57# define PARACHUTE SDL_INIT_NOPARACHUTE
58#else 58#else
59# define PARACHUTE 0 59# define PARACHUTE 0
60#endif 60#endif
61 61
766MODULE = CFClient PACKAGE = CFClient::Layout 766MODULE = CFClient PACKAGE = CFClient::Layout
767 767
768void 768void
769clear_font_cache () 769clear_font_cache ()
770 CODE: 770 CODE:
771 pango_fc_font_map_cache_clear ((PangoFcFontMap *)opengl_fontmap);
772 tc_clear (); 771 tc_clear ();
773 772
774CFClient::Layout 773CFClient::Layout
775new (SV *class, int type = 0) 774new (SV *class, int type = 0)
776 CODE: 775 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines