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.312 by root, Thu Dec 29 07:13:44 2011 UTC vs.
Revision 1.313 by root, Sat Jan 7 15:24:41 2012 UTC

950 ); 950 );
951 951
952 if (RETVAL) 952 if (RETVAL)
953 { 953 {
954 av_clear (texture_av); 954 av_clear (texture_av);
955
956 SDL_WM_SetCaption ("Deliantra MORPG Client " VERSION, "Deliantra");
957#define GL_FUNC(ptr,name) gl.name = (ptr)SDL_GL_GetProcAddress ("gl" # name); 955#define GL_FUNC(ptr,name) gl.name = (ptr)SDL_GL_GetProcAddress ("gl" # name);
958#include "glfunc.h" 956#include "glfunc.h"
959#undef GL_FUNC 957#undef GL_FUNC
960
961 if (!gl.ActiveTexture ) gl.ActiveTexture = gl.ActiveTextureARB; 958 if (!gl.ActiveTexture ) gl.ActiveTexture = gl.ActiveTextureARB;
962 if (!gl.MultiTexCoord2f) gl.MultiTexCoord2f = gl.MultiTexCoord2fARB; 959 if (!gl.MultiTexCoord2f) gl.MultiTexCoord2f = gl.MultiTexCoord2fARB;
963 } 960 }
964} 961}
965 OUTPUT: 962 OUTPUT:
966 RETVAL 963 RETVAL
964
965void
966SDL_WM_SetCaption (const char *title, const char *icon)
967 967
968void 968void
969SDL_GL_SwapBuffers () 969SDL_GL_SwapBuffers ()
970 970
971char * 971char *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines