From 3170baa7c9b07a00774252fca579d72e2e68f332 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 21 Oct 2007 19:57:36 +0000 Subject: [PATCH] fixed parameter naming --- lib/gfxdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index d0e7d14..f01d79c 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -111,7 +111,7 @@ typedef struct _gfxdevice /* deprecated */ void (*addfont)(struct _gfxdevice*dev, gfxfont_t*font); - void (*drawchar)(struct _gfxdevice*dev, gfxfont_t*fontid, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix); + void (*drawchar)(struct _gfxdevice*dev, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix); void (*drawlink)(struct _gfxdevice*dev, gfxline_t*line, const char*action); -- 1.7.10.4