ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pango-render.c
(Generate patch)

Comparing deliantra/Deliantra-Client/pango-render.c (file contents):
Revision 1.4 by root, Wed Jul 5 00:16:44 2006 UTC vs.
Revision 1.5 by root, Wed Jul 5 01:53:24 2006 UTC

254 254
255 glDisable (GL_TEXTURE_2D); 255 glDisable (GL_TEXTURE_2D);
256 256
257 glBegin (GL_QUADS); 257 glBegin (GL_QUADS);
258 glVertex2d (x11, y1); 258 glVertex2d (x11, y1);
259 glVertex2d (x12, y1); 259 glVertex2d (x21, y1);
260 glVertex2d (x22, y2); 260 glVertex2d (x22, y2);
261 glVertex2d (x21, y2); 261 glVertex2d (x12, y2);
262 glEnd (); 262 glEnd ();
263 263
264 glEnable (GL_TEXTURE_2D); 264 glEnable (GL_TEXTURE_2D);
265} 265}
266 266

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines