Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 742 → Rev 743

/shark/trunk/drivers/fb/include/drivers/shark_fb26.h
40,8 → 40,8
void grx_plot(WORD x, WORD y, DWORD color);
DWORD grx_getpixel(WORD x, WORD y);
void grx_getimage(WORD x1, WORD y1, WORD x2, WORD y2, void *buf);
void grx_putimage(WORD x1, WORD y1, WORD x2, WORD y2, void *buf);
void grx_getimage(WORD x1, WORD y1, WORD x2, WORD y2, WORD *buf);
void grx_putimage(WORD x1, WORD y1, WORD x2, WORD y2, WORD *buf);
void grx_box(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void grx_clear(DWORD color);
void grx_rect(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);