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

Commit 245cfe06 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 38e623bc: fix a typo preventing pre hwc-1.1 devices from booting

* commit '38e623bc':
  fix a typo preventing pre hwc-1.1 devices from booting
parents 5c1180df 38e623bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -172,6 +172,7 @@ HWComposer::HWComposer(
                "should only have fbdev if no hwc or hwc is 1.0");

        DisplayData& disp(mDisplayData[HWC_DISPLAY_PRIMARY]);
        disp.connected = true;
        disp.width = mFbDev->width;
        disp.height = mFbDev->height;
        disp.format = mFbDev->format;