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

Commit 5b4718ba authored by Mike Reed's avatar Mike Reed
Browse files

make FEATURE_OPENGL public (but hidden for now) so we can test with it

parent b0d031ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -56,11 +56,11 @@ public abstract class Window {
    public static final int FEATURE_CONTEXT_MENU = 6;
    public static final int FEATURE_CONTEXT_MENU = 6;
    /** Flag for custom title. You cannot combine this feature with other title features. */
    /** Flag for custom title. You cannot combine this feature with other title features. */
    public static final int FEATURE_CUSTOM_TITLE = 7;
    public static final int FEATURE_CUSTOM_TITLE = 7;
    /*  Flag for asking for an OpenGL enabled window.
    /** Flag for asking for an OpenGL enabled window.
        All 2D graphics will be handled by OpenGL ES.
        All 2D graphics will be handled by OpenGL ES.
        Private for now, until it is better tested (not shipping in 1.0)
        @hide
    */
    */
    private static final int FEATURE_OPENGL = 8;
    public static final int FEATURE_OPENGL = 8;
    /** Flag for setting the progress bar's visibility to VISIBLE */
    /** Flag for setting the progress bar's visibility to VISIBLE */
    public static final int PROGRESS_VISIBILITY_ON = -1;
    public static final int PROGRESS_VISIBILITY_ON = -1;
    /** Flag for setting the progress bar's visibility to GONE */
    /** Flag for setting the progress bar's visibility to GONE */