Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1166 → Rev 1167

/demos/trunk/bttvdemo/bttv.c
152,7 → 152,7
screen(INITSTR);
//video_buf = malloc(RGB565MEM);
FG_init(FG_PERIOD, FG_WCET, FG_W, FG_H, color);
FG_init(FG_PERIOD, FG_WCET, FG_W, FG_H, color, 0);
 
FG_set_hook(elaborate_image);