Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c13a3c7 authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Android (Google) Code Review
Browse files

Merge "Set windowInfo.displayId to be the layerStack" into sc-v2-dev

parents d39be667 6eada62e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -2299,10 +2299,7 @@ WindowInfo Layer::fillInputInfo(const sp<DisplayDevice>& display) {

    WindowInfo info = mDrawingState.inputInfo;
    info.id = sequence;

    if (info.displayId == ADISPLAY_ID_NONE) {
    info.displayId = getLayerStack();
    }

    // Transform that goes from "logical(rotated)" display to physical/unrotated display.
    // This is for when inputflinger operates in physical display-space.