Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8410 → Rev 8411

/contrib/media/updf_newlib/apps/kolibri.c
469,6 → 469,8
void kos_blit(int dstx, int dsty, int w, int h, int srcx,
int srcy,int srcw, int srch, int stride, char *d)
{
// Page fault
/*
struct blit_call image;
image.dstx=dstx;
image.dsty=dsty;
481,5 → 483,6
image.stride=stride;
image.d=d;
asm ("int $0x40"::"a"(73),"b"(0),"c"(&image));
*/
}