Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8411 → Rev 8412

/contrib/media/updf_newlib/apps/kolibri.c
469,9 → 469,7
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;
volatile struct blit_call image;
image.dstx=dstx;
image.dsty=dsty;
image.w=w;
483,6 → 481,6
image.stride=stride;
image.d=d;
asm("int $0x40"::"a"(73),"b"(0),"c"(&image));
*/
}