From 7ce445025e10bf4eb0c4066907e588039c09f1ad Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 3 Dec 2014 18:12:37 +0100 Subject: drawing ellipses antialiased with Cairo --- libtemplate/template.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libtemplate/template.h') diff --git a/libtemplate/template.h b/libtemplate/template.h index 2c1cfb2..e0a8066 100644 --- a/libtemplate/template.h +++ b/libtemplate/template.h @@ -34,6 +34,7 @@ private: eViewType viewType; void CachePixmapImages(cTemplatePixmap *pix); void CacheImage(cTemplateFunction *func); + void CacheEllipse(cTemplateFunction *func); protected: cGlobals *globals; cTemplateView *rootView; -- cgit v1.2.3