fixed parameter naming
authorkramm <kramm>
Sun, 21 Oct 2007 19:57:36 +0000 (19:57 +0000)
committerkramm <kramm>
Sun, 21 Oct 2007 19:57:36 +0000 (19:57 +0000)
lib/gfxdevice.h

index d0e7d14..f01d79c 100644 (file)
@@ -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);