Ector cairo: define cairo_t as extern.

This commit is contained in:
Tom Hacohen 2016-02-12 13:55:57 +00:00
parent 57cb1d8ec0
commit 0aabd01d13
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
type @extern cairo_t: void *;
class Ector.Cairo.Surface (Eo.Base, Ector.Generic.Surface)
{
eo_prefix: ector_cairo_surface;