Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1170 → Rev 1173

/demos/trunk/bttvdemo/bttv.c
55,7 → 55,7
#define FG_W 320
#define FG_H 200
 
unsigned int color = FG_RGB24;
unsigned int color = FG_MONO;
 
static int screen(int mode)
{
134,6 → 134,9
 
}
printf_xy(0,0,WHITE,"Grabbed = %08lx",*(DWORD *)(imageptr + 50*FG_W + 50));
printf_xy(0,1,WHITE,"Grabbed = %08lx",*(DWORD *)(imageptr + 51*FG_W + 50));
}
 
int main(int argc, char **argv)
157,8 → 160,8
keyb_hook(k,program_key_end);
}
 
screen(INITSTR);
//video_buf = malloc(RGB565MEM);
//screen(INITSTR);
video_buf = malloc(RGB565MEM);
 
sleep(1);