More work on Cairo bindings

This commit is contained in:
Joshua Granick
2015-05-01 12:25:53 -07:00
parent c526e8eab8
commit ceab8ce28b
16 changed files with 1271 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ namespace lime {
public:
Rectangle ();
Rectangle (double x, double y, double width, double height);
Rectangle (value rect);
double height;