Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7246 → Rev 7245

/programs/cmm/easyshot/easyshot.c
37,7 → 37,6
/* === DATA === */
 
proc_info Form;
proc_info Settings;
 
dword screenshot;
int screenshot_length;
60,6 → 59,7
more_less_box delay = { 1, 0, 64, T_DELAY };
checkbox minimize = { T_MINIMIZE, true };
 
proc_info Settings;
 
opendialog open_folder_dialog =
{
119,9 → 119,11
break;
case evReDraw:
system.color.get();
DefineAndDrawWindow(screen.width/4, screen.height-100/3, 270,
skin_height + 27+PD+PD, 0x34, system.color.work, T_WTITLE,0);
GetProcessInfo(#Form, SelfInfo);
if (Form.status_window>2) break;
DrawMainContent();
}
}