Difference for include/gr.h from version 1.5 to 1.6


version 1.5 version 1.6
Line 19
 
Line 19
  * Definitions for graphics lib.   * Definitions for graphics lib.
  *   *
  * $Log$   * $Log$
    * Revision 1.6  1999/09/24 05:47:01  donut
    * added sizing (and padding) of ogl textures up to next multiple of 2, so they don't get mangled
    *
  * Revision 1.5  1999/09/24 03:37:29  donut   * Revision 1.5  1999/09/24 03:37:29  donut
  * preliminary GLX fullscreen support   * preliminary GLX fullscreen support
  *   *
Line 275
 
Line 278
 #endif  #endif
 #ifdef OGL  #ifdef OGL
  int gltexture;   int gltexture;
    float glu,glv;
 #endif  #endif
 } grs_bitmap;  } grs_bitmap;
   

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6