diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-06-30 16:08:24 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-06-30 16:08:24 -0700 |
commit | 177c405a242e811b1010bd8382b5807ab8df31a8 (patch) | |
tree | 6931bc5a00c2bf75d6b3c31754fa1d7bbe3da03d /libs/rs/rs.spec | |
parent | e341a0b5e9a1e30a020970a69c58c34f902ea06f (diff) | |
parent | c6e1d88022db800773401c16803e1ab27fd01a7e (diff) | |
download | frameworks_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.spec | 2 |
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 { |