| version 1.8 | | version 1.9 |
|---|
| | |
| * Definitions for graphics lib. | | * Definitions for graphics lib. |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.9 1999/10/08 08:50:55 donut |
| | | * fixed ogl sub bitmap support |
| | | * |
| * Revision 1.8 1999/10/07 21:15:58 donut | | * Revision 1.8 1999/10/07 21:15:58 donut |
| * ogl updates (new gltexture struct, and new font handling) | | * ogl updates (new gltexture struct, and new font handling) |
| * | | * |
| | |
| #endif | | #endif |
| #ifdef OGL | | #ifdef OGL |
| struct _ogl_texture *gltexture; | | struct _ogl_texture *gltexture; |
| | | struct _grs_bitmap *bm_parent; |
| #endif | | #endif |
| } grs_bitmap; | | } grs_bitmap; |
| | | |