Difference for include/gr.h from version 1.8 to 1.9


version 1.8 version 1.9
Line 19
 
Line 19
  * 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)
  *   *
Line 286
 
Line 289
 #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;
   

Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9