Subversion Repositories DIN Is Noise

Rev

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

Rev 2052 Rev 2053
Line 309... Line 309...
309
  void make_notes ();
309
  void make_notes ();
310
  void calc_visual_params ();
310
  void calc_visual_params ();
311
  void randomise_box_color (); // of the box under cursor
311
  void randomise_box_color (); // of the box under cursor
312
  void toggle_flag (int& flag, const std::string& poz, const std::string& neg = "");
312
  void toggle_flag (int& flag, const std::string& poz, const std::string& neg = "");
313
313
-
 
314
  // opengl polygon stipple box fill
-
 
315
  //
314
  static unsigned char patbuf [1024];
316
  static unsigned char patbuf [1024];
315
  static std::string patstr;
317
  static std::string patstr;
316
  static int patstep, patlen;
318
  static int patstep, patlen;
317
  void fillpatbuf ();
319
  void fillpatbuf ();
318
320