mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-12 18:55:57 -07:00
some renaming of classes and data types.
This commit is contained in:
@@ -34,7 +34,7 @@ import XMonadContrib.LayoutModifier
|
||||
-- %layout , layoutHints $ tiled
|
||||
-- %layout , layoutHints $ mirror tiled
|
||||
|
||||
layoutHints :: (Layout l a) => l a -> ModifiedLayout LayoutHints l a
|
||||
layoutHints :: (LayoutClass l a) => l a -> ModifiedLayout LayoutHints l a
|
||||
layoutHints = ModifiedLayout LayoutHints
|
||||
|
||||
-- | Expand a size by the given multiple of the border width. The
|
||||
|
Reference in New Issue
Block a user