Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/drivers/glib.h
20,11 → 20,11
 
/**
------------
CVS : $Id: glib.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: glib.h,v 1.2 2003-03-13 13:38:28 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:38:28 $
------------
 
**/
53,7 → 53,10
 
#include <ll/sys/types.h>
#include <drivers/gd.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
int grx_init(void);
int grx_setmode(WORD mode);
int grx_close(void);
80,4 → 83,6
int grx_open(WORD x, WORD y, BYTE depth);
 
void grx_clear(DWORD color);
 
__END_DECLS
#endif