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.209 by root, Sat Jul 21 22:54:52 2007 UTC vs.
Revision 1.210 by root, Tue Jul 24 18:24:03 2007 UTC

2547 2547
2548void glTexCoord (float s, float t) 2548void glTexCoord (float s, float t)
2549 CODE: 2549 CODE:
2550 glTexCoord2f (s, t); 2550 glTexCoord2f (s, t);
2551 2551
2552void glRect (float x1, float y1, float x2, float y2)
2553 CODE:
2554 glRectf (x1, y1, x2, y2);
2555
2552PROTOTYPES: ENABLE 2556PROTOTYPES: ENABLE
2553 2557
2554void glBegin (int mode) 2558void glBegin (int mode)
2555 2559
2556void glEnd () 2560void glEnd ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines