X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Farts.h;h=2e2c6c05342b91998053d2e75ab3d782bc00fdb0;hb=9916c6d9fdd191129957fda1eca9b6cc97169c59;hp=c17fc9b2a1b024b8d0093102cb9526352c19fd3c;hpb=7cd054491ed32224ed0939db4387e7a8f4d600d6;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 }