Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6231 → Rev 6278

/programs/cmm/mouse_cfg/compile_en.bat
3,7 → 3,7
 
@del mouse_cfg
cls
c-- mouse_cfg.c
@c-- mouse_cfg.c
@rename mouse_cfg.com mouse_cfg
@kpack mouse_cfg
@del warning.txt
/programs/cmm/mouse_cfg/compile_ru.bat
3,7 → 3,7
 
@del mouse_cfg
cls
c-- mouse_cfg.c
@c-- mouse_cfg.c
@rename mouse_cfg.com mouse_cfg
@kpack mouse_cfg
@del warning.txt
/programs/cmm/mouse_cfg/mouse_cfg.c
162,7 → 162,6
}
 
void DrawControls() {
DrawBar(pos_x, mouse_frame.start_y + 142, Form.cwidth - pos_x, 285-142, system.color.work);
MoreLessBox(pos_x, mouse_frame.start_y + 142, 120, 121, mouse_cfg.pointer_speed, POINTER_SPEED);
MoreLessBox(pos_x, mouse_frame.start_y + 172, 122, 123, mouse_cfg.acceleration, ACCELERATION_TEXT);
MoreLessBox(pos_x, mouse_frame.start_y + 202, 124, 125, mouse_cfg.double_click_delay, DOUBLE_CLICK_TEXT);