X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Farts.h;h=2e2c6c05342b91998053d2e75ab3d782bc00fdb0;hb=66f6d2a40bed5716c469f0e2c8de1cc13e0022a2;hp=c17fc9b2a1b024b8d0093102cb9526352c19fd3c;hpb=117f182f5c9bfbcef24e2031ac2ce34f391dab85;p=swftools.git diff --git a/lib/devices/arts.h b/lib/devices/arts.h index c17fc9b..2e2c6c0 100644 --- a/lib/devices/arts.h +++ b/lib/devices/arts.h @@ -29,7 +29,9 @@ extern "C" { #endif -void gfxdevice_arts_init(gfxdevice_t*self, gfxdevice_t*dest); +void gfxdevice_removeclippings_init(gfxdevice_t*self, gfxdevice_t*dest); +void gfxdevice_union_init(gfxdevice_t*self, gfxdevice_t*dest); +gfxline_t*gfxdevice_union_getunion(struct _gfxdevice*dev); #ifdef __cplusplus }