summaryrefslogtreecommitdiffstats
path: root/libs/rs/RenderScriptEnv.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-06-18 19:52:45 -0700
committerJason Sams <rjsams@android.com>2009-06-18 19:52:45 -0700
commit2d9c39d6e1db86539a4b4b13d918009bcc9ccd6f (patch)
tree3741776c51af36c8d06078eba33e138cfe3f84e5 /libs/rs/RenderScriptEnv.h
parent5f7fc27dce3f0ea0ce7532ee8ecd8a2cd01ec47b (diff)
downloadframeworks_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.h2
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 */