summaryrefslogtreecommitdiffstats
path: root/samples/RenderScript/HelloWorld
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-04-27 18:13:57 -0700
committerStephen Hines <srhines@google.com>2011-05-02 17:42:19 -0700
commitf99909bd503df2a6304e4e66757e26458c6f76b1 (patch)
tree4a8a0fae244936ac0a0640f1f178df5c74cf89ac /samples/RenderScript/HelloWorld
parent3f2b06f3c5b63c716d305eeedc8655114666015a (diff)
downloadandroid_development-f99909bd503df2a6304e4e66757e26458c6f76b1.tar.gz
android_development-f99909bd503df2a6304e4e66757e26458c6f76b1.tar.bz2
android_development-f99909bd503df2a6304e4e66757e26458c6f76b1.zip
Fix RS graphics samples.
Change-Id: I7434dfa21707d506cd79897068d9f1d02a227521
Diffstat (limited to 'samples/RenderScript/HelloWorld')
-rw-r--r--samples/RenderScript/HelloWorld/src/com/example/android/rs/helloworld/helloworld.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/RenderScript/HelloWorld/src/com/example/android/rs/helloworld/helloworld.rs b/samples/RenderScript/HelloWorld/src/com/example/android/rs/helloworld/helloworld.rs
index 34e940ad9..bcf624e20 100644
--- a/samples/RenderScript/HelloWorld/src/com/example/android/rs/helloworld/helloworld.rs
+++ b/samples/RenderScript/HelloWorld/src/com/example/android/rs/helloworld/helloworld.rs
@@ -31,7 +31,7 @@ void init() {
gTouchY = 50.0f;
}
-int root(int launchID) {
+int root(void) {
// Clear the background color
rsgClearColor(0.0f, 0.0f, 0.0f, 0.0f);