summaryrefslogtreecommitdiff
path: root/libs/ui/InputDispatcher.cpp
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2010-07-08 12:25:20 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-07-08 12:25:20 -0700
commit5234c75f9b15843a9b36d2234ef49573afaad27a (patch)
tree429606751a11b5211392f0b94af09b6c93db3b8b /libs/ui/InputDispatcher.cpp
parenta0495e420cff9b096061e9f88fa6d6be31e44277 (diff)
parent3c5d125ed796dbecdd80fa2c03e04ff9b1d752e4 (diff)
Merge "Add new glue code for writing native apps." into gingerbread
Diffstat (limited to 'libs/ui/InputDispatcher.cpp')
-rw-r--r--libs/ui/InputDispatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/InputDispatcher.cpp b/libs/ui/InputDispatcher.cpp
index 42a7fc6e57..f809cba90c 100644
--- a/libs/ui/InputDispatcher.cpp
+++ b/libs/ui/InputDispatcher.cpp
@@ -54,7 +54,7 @@ static inline nsecs_t now() {
InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) :
mPolicy(policy) {
- mPollLoop = new PollLoop();
+ mPollLoop = new PollLoop(false);
mInboundQueue.head.refCount = -1;
mInboundQueue.head.type = EventEntry::TYPE_SENTINEL;