ioquake3 SVN1212 patch..

vincent at cojot.name vincent at cojot.name
Fri Nov 16 08:43:23 EST 2007


Hello Patrick,

Just to keep you informed, I made exactly the same patch to sdl_gimp.c but 
for SunOS:

You had (in bugzilla entry: 3426)

+/* SGI IRIX needs definitions for multitexture types */
+#ifdef __sgi
+typedef void (*PFNGLMULTITEXCOORD2FARBPROC)(GLenum target, GLfloat s, GLfloat t);
+typedef void (*PFNGLACTIVETEXTUREARBPROC)(GLenum target);
+typedef void (*PFNGLCLIENTACTIVETEXTUREARBPROC)(GLenum target);
+#endif

I have (in bugzilla entry: 34)
+/* Hack because of SUN's broken GL Headers */
+#ifdef __sun
+typedef void (APIENTRY * PFNGLMULTITEXCOORD2FARBPROC) (GLenum target, GLfloat s, GLfloat t);
+typedef void (APIENTRY * PFNGLACTIVETEXTUREARBPROC) (GLenum texture);
+typedef void (APIENTRY * PFNGLCLIENTACTIVETEXTUREARBPROC) (GLenum texture);
+#endif

Which are pretty much the same.. Maybe we could merge the two? Copying the 
list on this so that Zakk knows...

Regards,

-- 
,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
Vincent S. Cojot, Computer Engineering. STEP project. _.,-*~'`^`'~*-,._.,-*~
Ecole Polytechnique de Montreal, Comite Micro-Informatique. _.,-*~'`^`'~*-,.
Linux Xview/OpenLook resources page _.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'
http://step.polymtl.ca/~coyote  _.,-*~'`^`'~*-,._ coyote at NOSPAM4cojot.name



More information about the quake3 mailing list