diff options
| author | Jason Sams <rjsams@android.com> | 2009-06-18 19:52:45 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-06-18 19:52:45 -0700 |
| commit | 2d9c39d6e1db86539a4b4b13d918009bcc9ccd6f (patch) | |
| tree | 3741776c51af36c8d06078eba33e138cfe3f84e5 /libs/rs/RenderScriptEnv.h | |
| parent | 5f7fc27dce3f0ea0ce7532ee8ecd8a2cd01ec47b (diff) | |
| download | frameworks_base-2d9c39d6e1db86539a4b4b13d918009bcc9ccd6f.zip frameworks_base-2d9c39d6e1db86539a4b4b13d918009bcc9ccd6f.tar.gz frameworks_base-2d9c39d6e1db86539a4b4b13d918009bcc9ccd6f.tar.bz2 | |
Fix two minor issues. Rename launchID to launchIndex and make util class Matrix public for apps to use.
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 */ |
