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.232 by root, Sun Aug 19 15:57:40 2007 UTC vs.
Revision 1.233 by root, Tue Aug 21 02:39:17 2007 UTC

2757 2757
2758void glRect (float x1, float y1, float x2, float y2) 2758void glRect (float x1, float y1, float x2, float y2)
2759 CODE: 2759 CODE:
2760 glRectf (x1, y1, x2, y2); 2760 glRectf (x1, y1, x2, y2);
2761 2761
2762void glRect_lineloop (float x1, float y1, float x2, float y2)
2763 CODE:
2764 glBegin (GL_LINE_LOOP);
2765 glVertex2f (x1, y1);
2766 glVertex2f (x2, y1);
2767 glVertex2f (x2, y2);
2768 glVertex2f (x1, y2);
2769 glEnd ();
2770
2762PROTOTYPES: ENABLE 2771PROTOTYPES: ENABLE
2763 2772
2764void glBegin (int mode) 2773void glBegin (int mode)
2765 2774
2766void glEnd () 2775void glEnd ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines