mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #597 from IvanMalison/unDeprecateSpacingFunctions
Undeprecate spacing convenience functions
This commit is contained in:
commit
04eadeb5ed
@ -329,14 +329,9 @@ orderSelect o (lt,eq,gt) = case o of
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
{-# DEPRECATED SpacingWithEdge, SmartSpacing, SmartSpacingWithEdge "Use Spacing instead." #-}
|
{-# DEPRECATED SpacingWithEdge, SmartSpacing, SmartSpacingWithEdge "Use Spacing instead." #-}
|
||||||
{-# DEPRECATED ModifySpacing "Use SpacingModifier instead, perhaps with sendMessages." #-}
|
{-# DEPRECATED ModifySpacing "Use SpacingModifier instead, perhaps with sendMessages." #-}
|
||||||
{-# DEPRECATED spacing, spacingWithEdge, smartSpacing, smartSpacingWithEdge "Use spacingRaw instead." #-}
|
|
||||||
{-# DEPRECATED setSpacing "Use setScreenWindowSpacing instead." #-}
|
{-# DEPRECATED setSpacing "Use setScreenWindowSpacing instead." #-}
|
||||||
{-# DEPRECATED incSpacing "Use incScreenWindowSpacing instead." #-}
|
{-# DEPRECATED incSpacing "Use incScreenWindowSpacing instead." #-}
|
||||||
|
|
||||||
-- $backwardsCompatibility
|
|
||||||
-- The following functions and types exist solely for compatibility with
|
|
||||||
-- pre-0.14 releases.
|
|
||||||
|
|
||||||
-- | A type synonym for the 'Spacing' 'LayoutModifier'.
|
-- | A type synonym for the 'Spacing' 'LayoutModifier'.
|
||||||
type SpacingWithEdge = Spacing
|
type SpacingWithEdge = Spacing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user