Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9536 → Rev 9537

/programs/cmm/lib/copyf.h
14,11 → 14,6
FILE_SKIP,
};
 
enum {
MODE_NORMAL,
MODE_FORCE
};
 
#define WRITE_ERROR_DEBUG 0
#define WRITE_ERROR_NOTIFY 1
:int writing_error_channel = WRITE_ERROR_DEBUG;
/programs/cmm/lib/date.h
21,16 → 21,17
EDX = x<<16+y;
ESI = 0x90<<24+color;
ECX = EDI.date.day;
$int 0x40;
$int 64
EDX += 20<<16;
ECX = EDI.date.month;
$int 0x40;
$int 64
EDX += 20<<16;
EBX = 4<<16;
ECX = EDI.date.year;
$int 0x40;
$int 64
DrawBar(x+17,y+10,2,2,color);
DrawBar(x+37,y+10,2,2,color);
$add ebx, 20 << 16
$int 64
}
 
#endif