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.95 by root, Wed May 24 01:46:53 2006 UTC vs.
Revision 1.96 by root, Wed May 24 22:28:43 2006 UTC

731 731
732CFClient::Layout 732CFClient::Layout
733new (SV *class, int rgba = 0) 733new (SV *class, int rgba = 0)
734 CODE: 734 CODE:
735#if _WIN32 735#if _WIN32
736 rgba = 0;//D 736 //rgba = 0;//D make stext nicer, breaks TextView
737#endif 737#endif
738 New (0, RETVAL, 1, struct cf_layout); 738 New (0, RETVAL, 1, struct cf_layout);
739 739
740 RETVAL->pl = pango_layout_new (rgba ? cairo_context : ft2_context); 740 RETVAL->pl = pango_layout_new (rgba ? cairo_context : ft2_context);
741 RETVAL->rgba = rgba; 741 RETVAL->rgba = rgba;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines