Difference for include/gr.h from version 1.3 to 1.4


version 1.3 version 1.4
Line 19
 
Line 19
  * Definitions for graphics lib.   * Definitions for graphics lib.
  *   *
  * $Log$   * $Log$
    * Revision 1.4  1999/09/21 04:05:55  donut
    * mostly complete OGL implementation (still needs bitmap handling (reticle), and door/fan textures are corrupt)
    *
  * Revision 1.3  1999/09/16 03:34:15  donut   * Revision 1.3  1999/09/16 03:34:15  donut
  * cleaned up fullscreen toggle code to make it easy to add support to other targets later, and added -nosdlvidmodecheck   * cleaned up fullscreen toggle code to make it easy to add support to other targets later, and added -nosdlvidmodecheck
  *   *
Line 266
 
Line 269
 #ifdef D1XD3D  #ifdef D1XD3D
  void *pvSurface;   void *pvSurface;
  int iMagic;   int iMagic;
   #endif
   #ifdef OGL
    int gltexture;
 #endif  #endif
 } grs_bitmap;  } grs_bitmap;
   

Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4