diff options
| author | 2010-07-08 12:25:20 -0700 | |
|---|---|---|
| committer | 2010-07-08 12:25:20 -0700 | |
| commit | 5234c75f9b15843a9b36d2234ef49573afaad27a (patch) | |
| tree | 429606751a11b5211392f0b94af09b6c93db3b8b /libs/ui/InputDispatcher.cpp | |
| parent | a0495e420cff9b096061e9f88fa6d6be31e44277 (diff) | |
| parent | 3c5d125ed796dbecdd80fa2c03e04ff9b1d752e4 (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.cpp | 2 |
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; |