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

Commit 5d2cace4 authored by Andy McFadden's avatar Andy McFadden
Browse files

Fix pixel test

A deprecated format was dropped entirely.

Bug 10666734

Change-Id: I6b64bd27db8965a1696d72387232b7de4bce6574
parent bdd61696
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ public class PixelFormat
            case RGB_565:
            case RGBA_5551:
            case RGBA_4444:
            case LA_88:
                info.bitsPerPixel = 16;
                info.bytesPerPixel = 2;
                break;