9,6 → 9,7 |
* Paolo Gai <pj@gandalf.sssup.it> |
* Massimiliano Giorgi <massy@gandalf.sssup.it> |
* Luca Abeni <luca@gandalf.sssup.it> |
* Tullio Facchinetti <tullio.facchinetti@unipv.it> |
* (see the web pages for full authors list) |
* |
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy) |
20,11 → 21,11 |
|
/** |
------------ |
CVS : $Id: glib.h,v 1.1 2003-03-24 13:26:13 giacomo Exp $ |
CVS : $Id: glib.h,v 1.2 2006-03-09 15:57:59 tullio Exp $ |
|
File: $File$ |
Revision: $Revision: 1.1 $ |
Last update: $Date: 2003-03-24 13:26:13 $ |
Revision: $Revision: 1.2 $ |
Last update: $Date: 2006-03-09 15:57:59 $ |
------------ |
|
**/ |
62,8 → 63,8 |
int grx_close(void); |
extern void (*grx_plot)(WORD x, WORD y, DWORD color); |
extern DWORD (*grx_getpixel)(WORD x, WORD y); |
extern void (*grx_getimage)(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *img); |
extern void (*grx_putimage)(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *img); |
extern void (*grx_getimage)(WORD x1, WORD y1, WORD x2, WORD y2, WORD *img); // Tool |
extern void (*grx_putimage)(WORD x1, WORD y1, WORD x2, WORD y2, WORD *img); // Tool |
extern void (*grx_box)(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color); |
extern void (*grx_rect)(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color); |
extern void (*grx_line)(WORD x1, WORD y1, WORD x2, WORD y2, DWORD color); |