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.26 by root, Wed Apr 12 23:15:38 2006 UTC vs.
Revision 1.27 by root, Wed Apr 12 23:32:27 2006 UTC

82gl_extensions () 82gl_extensions ()
83 CODE: 83 CODE:
84 RETVAL = (char *)glGetString (GL_EXTENSIONS); 84 RETVAL = (char *)glGetString (GL_EXTENSIONS);
85 OUTPUT: 85 OUTPUT:
86 RETVAL 86 RETVAL
87
88void
89glConvolutionParameteri (U32 target, U32 name, I32 value)
90
91void
92glConvolutionFilter2D (U32 target, U32 internalformat, I32 width, I32 height, U32 format, U32 type, char *image)
93 87
94void 88void
95add_font (char *file) 89add_font (char *file)
96 CODE: 90 CODE:
97 FcConfigAppFontAddFile (0, (const FcChar8 *)file); /* no idea wether this is required */ 91 FcConfigAppFontAddFile (0, (const FcChar8 *)file); /* no idea wether this is required */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines