diff options
Diffstat (limited to 'libs/rs/RenderScriptEnv.h')
| -rw-r--r-- | libs/rs/RenderScriptEnv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/RenderScriptEnv.h b/libs/rs/RenderScriptEnv.h index 1bf5f22..fff96eb 100644 --- a/libs/rs/RenderScriptEnv.h +++ b/libs/rs/RenderScriptEnv.h @@ -87,7 +87,7 @@ typedef struct { void (*drawRect)(void *con, int32_t x1, int32_t x2, int32_t y1, int32_t y2); } rsc_FunctionTable; -typedef int (*rsc_RunScript)(void *con, const rsc_FunctionTable *, uint32_t launchID); +typedef int (*rsc_RunScript)(void *con, const rsc_FunctionTable *, uint32_t launchIndex); /* EnableCap */ |
