Difference for arch/ogl/gr.c from version 1.40 to 1.41


version 1.40 version 1.41
Line 467
 
Line 467
 void gr_close()  void gr_close()
 {  {
 // mprintf((0,"ogl init: %s %s %s - %s\n",glGetString(GL_VENDOR),glGetString(GL_RENDERER),glGetString(GL_VERSION),glGetString,(GL_EXTENSIONS)));  // mprintf((0,"ogl init: %s %s %s - %s\n",glGetString(GL_VENDOR),glGetString(GL_RENDERER),glGetString(GL_VERSION),glGetString,(GL_EXTENSIONS)));
    ogl_brightness_r = ogl_brightness_g = ogl_brightness_b = 0;
    ogl_setbrightness_internal();
   
  ogl_close();//platform specific code   ogl_close();//platform specific code
  if (grd_curscreen){   if (grd_curscreen){

Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41