Progress on HL bindings

This commit is contained in:
Joshua Granick
2018-05-24 19:05:19 -07:00
parent 2fe10275e3
commit d0b9e00c0f
9 changed files with 80 additions and 13 deletions

View File

@@ -22,9 +22,9 @@ namespace lime {
bool transparent;
int width;
void* __srcBitmapData;
// void* __srcCanvas;
void* __srcCanvas;
void* __srcContext;
// void* __srcCustom;
void* __srcCustom;
void* __srcImage;
void* __srcImageData;