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

Commit c553fea6 authored by Romain Guy's avatar Romain Guy
Browse files

Fix constants to be unique

Change-Id: Ia3736bc35c9ff7b52f0f20c274cd302bfb180fa7
parent 6554943a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public abstract class DisplayList {
     * 
     * @see HardwareCanvas#drawDisplayList(DisplayList, int, int, android.graphics.Rect, int)
     */
    public static final int STATUS_DRAW = 0x2;
    public static final int STATUS_DRAW = 0x1;

    /**
     * Indicates that the display list needs to re-execute its GL functors.