X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxdevice.h;h=a61f27cb14466fc27ed3403081959e698815fe64;hb=47f4e05ca2188b8055a38381846a42487fe76ef1;hp=1526a4b781fd48df9fb19d04fee25c9cdd2610b7;hpb=8bda02e5a0c1b989185e02b56aa3312ecff24e3d;p=swftools.git diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index 1526a4b..a61f27c 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -96,7 +96,7 @@ typedef struct _gfxdevice { int (*setparameter)(struct _gfxdevice*dev, const char*key, const char*value); - void (*startpage)(struct _gfxdevice*dev, int xmin, int ymin, int xmax, int ymax); /*xmin/ymin?*/ + void (*startpage)(struct _gfxdevice*dev, int width, int height); void (*startclip)(struct _gfxdevice*dev, gfxline_t*line); void (*endclip)(struct _gfxdevice*dev); @@ -110,7 +110,7 @@ typedef struct _gfxdevice void (*drawlink)(struct _gfxdevice*dev, gfxline_t*line, char*action); - void (*endpage)(struct _gfxdevice*dev); //? + void (*endpage)(struct _gfxdevice*dev); gfxresult_t* (*finish)(struct _gfxdevice*dev);