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.303 by root, Thu Apr 22 11:18:04 2010 UTC vs.
Revision 1.305 by root, Sun May 2 21:22:20 2010 UTC

1111add_font (char *file) 1111add_font (char *file)
1112 CODE: 1112 CODE:
1113 RETVAL = FcConfigAppFontAddFile (0, (const FcChar8 *)file); 1113 RETVAL = FcConfigAppFontAddFile (0, (const FcChar8 *)file);
1114 OUTPUT: 1114 OUTPUT:
1115 RETVAL 1115 RETVAL
1116
1117void
1118IMG_Init (int flags = IMG_INIT_JPG | IMG_INIT_PNG)
1116 1119
1117void 1120void
1118load_image_inline (SV *image_) 1121load_image_inline (SV *image_)
1119 ALIAS: 1122 ALIAS:
1120 load_image_file = 1 1123 load_image_file = 1
3184 3187
3185int glGetError () 3188int glGetError ()
3186 3189
3187void glFinish () 3190void glFinish ()
3188 3191
3192void glFlush ()
3193
3189void glClear (int mask) 3194void glClear (int mask)
3190 3195
3191void glClearColor (float r, float g, float b, float a = 1.0) 3196void glClearColor (float r, float g, float b, float a = 1.0)
3192 PROTOTYPE: @ 3197 PROTOTYPE: @
3193 3198

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines