diff options
| author | 2009-10-07 20:25:08 -0400 | |
|---|---|---|
| committer | 2009-10-07 20:25:08 -0400 | |
| commit | 28541629e163399fd1cac126e06868ecf1b4811e (patch) | |
| tree | 25bb0963dd0b96b7c17285f6ddddd536f6465f30 /libs/surfaceflinger/Layer.cpp | |
| parent | 0cb5825a7d594fba79dc04686be7c6a2f7da8247 (diff) | |
| parent | e700501d0e888ead9ac6456c0a6fd74d634aa5fb (diff) | |
Merge change Ie05f07df into eclair
* changes:
fix [2170319] gmail bulk operation checkbox latency on passion
Diffstat (limited to 'libs/surfaceflinger/Layer.cpp')
| -rw-r--r-- | libs/surfaceflinger/Layer.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/surfaceflinger/Layer.cpp b/libs/surfaceflinger/Layer.cpp index 0258cee0db..2a3e6677e7 100644 --- a/libs/surfaceflinger/Layer.cpp +++ b/libs/surfaceflinger/Layer.cpp @@ -460,8 +460,10 @@ void Layer::lockPageFlip(bool& recomputeVisibleRegions) } } - // FIXME: signal an event if we have more buffers waiting - // mFlinger->signalEvent(); + if (lcblk->getQueuedCount()) { + // signal an event if we have more buffers waiting + mFlinger->signalEvent(); + } if (!mPostedDirtyRegion.isEmpty()) { reloadTexture( mPostedDirtyRegion ); |