diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-09-30 22:01:43 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-09-30 22:01:43 +0200 |
commit | 86bc1e1cd13083362fce9d4dc2a8ef6bfd1b0500 (patch) | |
tree | f8f23716c93ef1406bf7a9599b16e4f40dea5514 | |
parent | b6df0054423d652b71f78113a87e31dbef56a26e (diff) | |
download | XMonadContrib-86bc1e1cd13083362fce9d4dc2a8ef6bfd1b0500.tar.gz XMonadContrib-86bc1e1cd13083362fce9d4dc2a8ef6bfd1b0500.tar.xz XMonadContrib-86bc1e1cd13083362fce9d4dc2a8ef6bfd1b0500.zip |
Fix haddock parse error in MouseResizableTile
Ignore-this: 34d9bbabcf48424121387e87931bf973
darcs-hash:20090930200143-1499c-ead342040b63cb8647b8190734348c72797c763e.gz
-rw-r--r-- | XMonad/Layout/MouseResizableTile.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Layout/MouseResizableTile.hs b/XMonad/Layout/MouseResizableTile.hs index 20cd830..9d86b3e 100644 --- a/XMonad/Layout/MouseResizableTile.hs +++ b/XMonad/Layout/MouseResizableTile.hs @@ -37,7 +37,9 @@ import XMonad.Util.XUtils -- -- > myLayouts = mouseResizableTile ||| etc.. -- > main = xmonad defaultConfig { layoutHook = myLayouts } +-- -- or +-- -- > myLayouts = mouseResizableTileMirrored ||| etc.. -- > main = xmonad defaultConfig { layoutHook = myLayouts } -- |