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

Commit bc966a7c authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas
Browse files

Add scaled resizing flag to desktop mode flags

Flag: NONE(not applicable)
Fix: 365589432
Test: atest WMShellUnitTests:DesktopModeFlagsTest
Change-Id: I12dde213f2647b154d1b53a8acd0296e11b2a6c5
parent cd8db6b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ enum class DesktopModeFlags(
    SIZE_CONSTRAINTS(Flags::enableDesktopWindowingSizeConstraints, true),
    DISABLE_SNAP_RESIZE(Flags::disableNonResizableAppSnapResizing, true),
    DYNAMIC_INITIAL_BOUNDS(Flags::enableWindowingDynamicInitialBounds, false),
    SCALED_RESIZING(Flags::enableWindowingScaledResizing, false),
    ENABLE_DESKTOP_WINDOWING_TASK_LIMIT(Flags::enableDesktopWindowingTaskLimit, true),
    BACK_NAVIGATION(Flags::enableDesktopWindowingBackNavigation, true),
    EDGE_DRAG_RESIZE(Flags::enableWindowingEdgeDragResize, true),