Difference for arch/ogl/ogl.c from version 1.16 to 1.17


version 1.16 version 1.17
Line 485
 
Line 485
  if (secondary<=2){   if (secondary<=2){
  //left secondary   //left secondary
  if (secondary!=1)   if (secondary!=1)
  glColor3fv(dark_g);   glColor3fv(darker_g);
  else   else
  glColor3fv(bright_g);   glColor3fv(bright_g);
  ogl_drawcircle2(6,GL_LINE_LOOP,2.0,-10.0,2.0,-1.0);   ogl_drawcircle2(6,GL_LINE_LOOP,2.0,-10.0,2.0,-1.0);
  //right secondary   //right secondary
  if (secondary!=2)   if (secondary!=2)
  glColor3fv(dark_g);   glColor3fv(darker_g);
  else   else
  glColor3fv(bright_g);   glColor3fv(bright_g);
  ogl_drawcircle2(6,GL_LINE_LOOP,2.0,10.0,2.0,-1.0);   ogl_drawcircle2(6,GL_LINE_LOOP,2.0,10.0,2.0,-1.0);
  }else{   }else{
  //bottom/middle secondary   //bottom/middle secondary
  if (secondary!=4)   if (secondary!=4)
  glColor3fv(dark_g);   glColor3fv(darker_g);
  else   else
  glColor3fv(bright_g);   glColor3fv(bright_g);
  ogl_drawcircle2(6,GL_LINE_LOOP,2.0,0.0,2.0,-7.0);   ogl_drawcircle2(6,GL_LINE_LOOP,2.0,0.0,2.0,-7.0);

Legend:
line(s) removed in v.1.16 
line(s) changed
 line(s) added in v.1.17