Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 73 → Rev 74

/shark/trunk/drivers/svga/grx/glib.h
20,11 → 20,11
 
/**
------------
CVS : $Id: glib.h,v 1.1 2003-02-28 11:23:40 pj Exp $
CVS : $Id: glib.h,v 1.2 2003-03-13 13:08:38 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-02-28 11:23:40 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:08:38 $
------------
 
**/
53,12 → 53,12
 
#include <ll/sys/types.h>
 
int grx_setbuffer(unsigned char *vbuf,unsigned int w, unsigned int h);
int grx_setbuffer(BYTE *vbuf,WORD w, WORD h);
 
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, BYTE *buf);
void grx_putimage(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
//void grx_putimage(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
void grx_box(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void grx_rect(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);
void grx_line(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color);