Eduardo Cavazos wrote:

What could I change that to such that blobs are allowed as the second
argument?

Jim Ursetto wrote:

void  glGetDoublev( GLenum pname, ___byte_vector params );

(The egg should probably be updated to replace or alias ___blob to
___byte_vector...)

Note: you will receive an incompatible type warning as Chicken will
attempt to pass a char* (the blob) to a function expecting double*
without a cast.  In practice that should not cause a problem.

Thanks Jim!

Ed


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to