Revert "frame: Don't allow resizing of edges that are constrained"

This reverts commit 8a481b3e10.
This commit is contained in:
Florian Müllner
2016-01-10 15:16:06 +01:00
parent 8a481b3e10
commit 8071e5b149
3 changed files with 6 additions and 25 deletions

View File

@ -83,11 +83,7 @@ typedef enum
META_FRAME_IS_FLASHING = 1 << 14,
META_FRAME_ABOVE = 1 << 15,
META_FRAME_TILED_LEFT = 1 << 16,
META_FRAME_TILED_RIGHT = 1 << 17,
META_FRAME_CONSTRAINED_LEFT_EDGE = 1 << 18,
META_FRAME_CONSTRAINED_RIGHT_EDGE = 1 << 19,
META_FRAME_CONSTRAINED_TOP_EDGE = 1 << 20,
META_FRAME_CONSTRAINED_BOTTOM_EDGE = 1 << 21,
META_FRAME_TILED_RIGHT = 1 << 17
} MetaFrameFlags;
/**