Changeset 6358 for branches/stable_5.0/EDIT4/ED4_main.cxx
- Timestamp:
- 19/01/10 14:11:52 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/EDIT4/ED4_main.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/EDIT4/ED4_main.cxx
r6169 r6358 52 52 53 53 long ED4_counter = 0; 54 long all_found; // nr of species which haven't been found 55 long species_read; // nr of species read; important during loading 54 size_t not_found_counter; // nr of species which haven't been found 56 55 GBS_strstruct *not_found_message; 57 long max_seq_terminal_length; // global maximum of sequence terminal length 58 ED4_EDITMODI awar_edit_modus; 59 long awar_edit_direction; 60 bool move_cursor; // only needed for editing in consensus 61 bool DRAW; 62 bool last_window_reached; // needed for refreshing all windows (if TRUE refresh/...-flags will be cleared) 56 57 long max_seq_terminal_length; // global maximum of sequence terminal length 58 ED4_EDITMODI awar_edit_modus; 59 long awar_edit_direction; 60 bool move_cursor; // only needed for editing in consensus 61 bool DRAW; 62 bool last_window_reached; // needed for refreshing all windows (if TRUE refresh/...-flags will be cleared) 63 63 64 64 size_t status_count_total; // used for consensus progress bar … … 69 69 void ED4_config_change_cb(AW_root *) 70 70 { 71 72 71 // @@@ FIXME: ok to be empty ? check! 73 72 }
