Implement the rendering hooks for Java compositor integration. Currently segfaulting, so ifdef'd out.

This commit is contained in:
Patrick Walton
2012-02-09 23:55:13 -08:00
parent a986e4bb7a
commit 8c95b641e1
6 changed files with 56 additions and 12 deletions

View File

@@ -242,6 +242,7 @@ public:
static void InitLayerRendererFrameClass(JNIEnv *jEnv);
void Init(jobject jobj);
void Dispose();
void BeginDrawing();
void DrawBackground();