summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-11-11 17:30:48 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-11 17:30:48 -0800
commit2ae77c817de4cd5a8fd1b6c5cdc5821082540526 (patch)
tree0d5015d83292c6ba591cdc900f5d439ec8ce3a50 /res
parentc5a32f440b6d14fcf99af366f89c7f97d0b2dfff (diff)
parenteda4722f0d8ae0d903a748ebe0b6e6cb4963e052 (diff)
downloadandroid_packages_apps_Trebuchet-2ae77c817de4cd5a8fd1b6c5cdc5821082540526.tar.gz
android_packages_apps_Trebuchet-2ae77c817de4cd5a8fd1b6c5cdc5821082540526.tar.bz2
android_packages_apps_Trebuchet-2ae77c817de4cd5a8fd1b6c5cdc5821082540526.zip
am eda4722f: am 93809669: am 3a8820bd: Fix bug 2250457 - Open folder on home screen changes changes the behaviour of the home button
Merge commit 'eda4722f0d8ae0d903a748ebe0b6e6cb4963e052' * commit 'eda4722f0d8ae0d903a748ebe0b6e6cb4963e052': Fix bug 2250457 - Open folder on home screen changes changes the behaviour of the home button
Diffstat (limited to 'res')
-rw-r--r--res/raw/rollo3.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/raw/rollo3.c b/res/raw/rollo3.c
index cbcdb22ea..b2b6cf197 100644
--- a/res/raw/rollo3.c
+++ b/res/raw/rollo3.c
@@ -126,6 +126,12 @@ void moveTo() {
// debugF("======= moveTo", state->targetPos);
}
+void setZoom() {
+ g_Zoom = state->zoomTarget;
+ g_DrawLastFrame = 1;
+ updateReadback();
+}
+
void fling() {
g_LastTouchDown = 0;
g_PosVelocity = -state->flingVelocity * 4;