src/api-impl-jni/util.c: add caching for SurfaceHolder; add gdb helper functions

This commit is contained in:
Mis012
2022-12-27 17:14:30 +01:00
parent 63d7427d0e
commit 1c94d56a11
2 changed files with 30 additions and 0 deletions

View File

@@ -61,6 +61,10 @@ struct handle_cache {
jclass class;
jmethodID onInputQueueCreated;
} input_queue_callback;
struct {
jclass class;
jmethodID surfaceCreated;
} surface_holder_callback;
struct {
jclass class;
jmethodID setLayoutParams;