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.127 by root, Wed Jul 5 00:16:44 2006 UTC vs.
Revision 1.128 by root, Wed Jul 5 03:01:01 2006 UTC

769clear_font_cache () 769clear_font_cache ()
770 CODE: 770 CODE:
771 tc_clear (); 771 tc_clear ();
772 772
773CFClient::Layout 773CFClient::Layout
774new (SV *class, int type = 0) 774new (SV *class)
775 CODE: 775 CODE:
776 New (0, RETVAL, 1, struct cf_layout); 776 New (0, RETVAL, 1, struct cf_layout);
777 777
778 RETVAL->pl = pango_layout_new (opengl_context); 778 RETVAL->pl = pango_layout_new (opengl_context);
779 RETVAL->r = 1.; 779 RETVAL->r = 1.;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines