summaryrefslogtreecommitdiffstats
path: root/libs/rs/rs.spec
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-06-30 16:08:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-06-30 16:08:24 -0700
commit177c405a242e811b1010bd8382b5807ab8df31a8 (patch)
tree6931bc5a00c2bf75d6b3c31754fa1d7bbe3da03d /libs/rs/rs.spec
parente341a0b5e9a1e30a020970a69c58c34f902ea06f (diff)
parentc6e1d88022db800773401c16803e1ab27fd01a7e (diff)
downloadframeworks_base-177c405a242e811b1010bd8382b5807ab8df31a8.zip
frameworks_base-177c405a242e811b1010bd8382b5807ab8df31a8.tar.gz
frameworks_base-177c405a242e811b1010bd8382b5807ab8df31a8.tar.bz2
am c6e1d880: Merge "Introduce official public NativeWindow type." into gingerbread
Merge commit 'c6e1d88022db800773401c16803e1ab27fd01a7e' into gingerbread-plus-aosp * commit 'c6e1d88022db800773401c16803e1ab27fd01a7e': Introduce official public NativeWindow type.
Diffstat (limited to 'libs/rs/rs.spec')
-rw-r--r--libs/rs/rs.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec
index cb9937c..5ae8d01 100644
--- a/libs/rs/rs.spec
+++ b/libs/rs/rs.spec
@@ -29,7 +29,7 @@ ContextResume {
ContextSetSurface {
param uint32_t width
param uint32_t height
- param android_native_window_t *sur
+ param ANativeWindow *sur
}
ContextDump {