aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Fasting <joachim.fasting@gmail.com>2007-10-06 12:22:10 +0200
committerJoachim Fasting <joachim.fasting@gmail.com>2007-10-06 12:22:10 +0200
commit2c4cee6eb79bb4e2bacd2687d3ceab7e724ad889 (patch)
tree22fec31a4e9b7055f5912cbf1c8e67bbe6c98c58
parent0e5b3e5ed8cf216c8d2e30c607dbdc626d44266e (diff)
downloadXMonadContrib-2c4cee6eb79bb4e2bacd2687d3ceab7e724ad889.tar.gz
XMonadContrib-2c4cee6eb79bb4e2bacd2687d3ceab7e724ad889.tar.xz
XMonadContrib-2c4cee6eb79bb4e2bacd2687d3ceab7e724ad889.zip
NoBorders.smartBorders: add type signature.
darcs-hash:20071006102210-928c4-690cc0268ff8fed51cf67a3dc12362f5f003a71f.gz
-rw-r--r--NoBorders.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/NoBorders.hs b/NoBorders.hs
index a8554d5..8787f65 100644
--- a/NoBorders.hs
+++ b/NoBorders.hs
@@ -95,4 +95,5 @@ instance LayoutModifier SmartBorder Window where
ws = map fst wrs
singleton = null . drop 1
+smartBorders :: LayoutClass l a => l a -> ModifiedLayout SmartBorder l a
smartBorders = ModifiedLayout (SmartBorder [])