resolved conflicts for merge of 2624fbca
to eclair-mr2
This commit is contained in:
@ -6009,14 +6009,14 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
res.offsetLocation(-win.mFrame.left, -win.mFrame.top);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (res != null && returnWhat == RETURN_PENDING_POINTER) {
|
||||
synchronized (mWindowMap) {
|
||||
if ((mWallpaperTarget == win &&
|
||||
win.mAttrs.type != WindowManager.LayoutParams.TYPE_KEYGUARD)
|
||||
|| mSendingPointersToWallpaper) {
|
||||
sendPointerToWallpaperLocked(win, res, res.getEventTime());
|
||||
}
|
||||
if (res != null && returnWhat == RETURN_PENDING_POINTER) {
|
||||
synchronized (mWindowMap) {
|
||||
if ((mWallpaperTarget == win &&
|
||||
win.mAttrs.type != WindowManager.LayoutParams.TYPE_KEYGUARD)
|
||||
|| mSendingPointersToWallpaper) {
|
||||
sendPointerToWallpaperLocked(win, res, res.getEventTime());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user