Initial support for software rendering using Cairo

This commit is contained in:
Joshua Granick
2015-05-01 18:13:40 -07:00
parent 491a15a7e9
commit 6e705aa23f
14 changed files with 325 additions and 156 deletions

View File

@@ -3,6 +3,7 @@
#include <ui/Window.h>
#include <hx/CFFI.h>
namespace lime {
@@ -14,6 +15,8 @@ namespace lime {
public:
virtual void Flip () = 0;
virtual value Lock () = 0;
virtual void Unlock () = 0;
Window* currentWindow;