Subversion Repositories DIN Is Noise

Rev

Rev 2097 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2097 Rev 2146
Line 90... Line 90...
90
  glBegin (GL_LINES);
90
  glBegin (GL_LINES);
91
    glVertex2i (e.midx, e.top-dy);
91
    glVertex2i (e.midx, e.top-dy);
92
    glVertex2i (pts[2], pts[3]);
92
    glVertex2i (pts[2], pts[3]);
93
  glEnd ();
93
  glEnd ();
94
}
94
}
-
 
95
-
 
96
void justset (checkbutton& cb, int state) {
-
 
97
  if (state) cb.turn_on (DONT_CALL_LISTENER); else cb.turn_off (DONT_CALL_LISTENER);
-
 
98
}