| version 1.14 | | version 1.15 |
|---|
| | |
| * Definitions for graphics lib. | | * Definitions for graphics lib. |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.15 2002/04/24 06:44:07 donut |
| | | * add -renderstats command line arg to activate RENDERSTATS |
| | | * |
| * Revision 1.14 2000/10/28 09:31:08 donut | | * Revision 1.14 2000/10/28 09:31:08 donut |
| * OGL support for fullscreen toggle key while in menus | | * OGL support for fullscreen toggle key while in menus |
| * | | * |
| | |
| #define GHEIGHT grd_curcanv->cv_bitmap.bm_h | | #define GHEIGHT grd_curcanv->cv_bitmap.bm_h |
| #define SWIDTH (grd_curscreen->sc_w) | | #define SWIDTH (grd_curscreen->sc_w) |
| #define SHEIGHT (grd_curscreen->sc_h) | | #define SHEIGHT (grd_curscreen->sc_h) |
| | | |
| | | extern int gr_renderstats; |
| | | |
| extern unsigned int FixDivide( unsigned int x, unsigned int y ); | | extern unsigned int FixDivide( unsigned int x, unsigned int y ); |
| | | |