diff options
| author | Jason Sams <rjsams@android.com> | 2009-11-03 16:22:02 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-11-03 16:22:02 -0800 |
| commit | eb7e27e8007d1b27d3e01c376b6747dc885db517 (patch) | |
| tree | 4ea5add4ec5e173e766f3649a36c979f9c867953 /libs/rs/rsContext.h | |
| parent | 7113f59de3ccf8ba5a48273e8e6b7b8138a31f99 (diff) | |
| parent | a1c3681fb84e9baa3055709a18c635dc77c1b041 (diff) | |
| download | frameworks_base-eb7e27e8007d1b27d3e01c376b6747dc885db517.zip frameworks_base-eb7e27e8007d1b27d3e01c376b6747dc885db517.tar.gz frameworks_base-eb7e27e8007d1b27d3e01c376b6747dc885db517.tar.bz2 | |
am a1c3681f: am decc139b: Merge change I7a824efc into eclair
Merge commit 'a1c3681fb84e9baa3055709a18c635dc77c1b041' into eclair-mr2-plus-aosp
* commit 'a1c3681fb84e9baa3055709a18c635dc77c1b041':
Support applications changing the surface attached to the RS.
Diffstat (limited to 'libs/rs/rsContext.h')
| -rw-r--r-- | libs/rs/rsContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h index c80fd5a..bffc55b 100644 --- a/libs/rs/rsContext.h +++ b/libs/rs/rsContext.h @@ -94,6 +94,7 @@ public: void pause(); void resume(); + void setSurface(Surface *sur); void assignName(ObjectBase *obj, const char *name, uint32_t len); void removeName(ObjectBase *obj); |
