From d49ac8c9bcdee2b43b4286eda0e1bf8d0fadd3f3 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 21 May 2005 12:33:26 +0000 Subject: [PATCH] fixed drawlink prototype --- lib/gfxdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index e338834..47068ed 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -98,7 +98,7 @@ typedef struct _gfxdevice void (*addfont)(struct _gfxdevice*dev, char*fontid, gfxfont_t*font); void (*drawchar)(struct _gfxdevice*dev, char*fontid, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix); - void (*drawlink)(struct _gfxdevice*dev, int x1, int y1, int x2, int y2, char*action); + void (*drawlink)(struct _gfxdevice*dev, gfxline_t*line, char*action); void (*endpage)(struct _gfxdevice*dev); //? -- 1.7.10.4