summaryrefslogtreecommitdiffstats
path: root/Layouts.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 09:56:31 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 09:56:31 +0100
commita77caec191c4ce7598b206a5e8561fad6ca112f5 (patch)
tree94ccdd4e4bd5cdcc5ce5c0a5e2a5ec4c5a9a159b /Layouts.hs
parent1deae05a70ac1ec5535b1d9ca0fc9339c5416834 (diff)
downloadmetatile-a77caec191c4ce7598b206a5e8561fad6ca112f5.tar
metatile-a77caec191c4ce7598b206a5e8561fad6ca112f5.zip
Export mirrorRect
darcs-hash:20071101085631-a5988-0de11f80a9b473b9e86e86efa4484c33297c0ed0
Diffstat (limited to 'Layouts.hs')
-rw-r--r--Layouts.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Layouts.hs b/Layouts.hs
index 5605917..7952dc1 100644
--- a/Layouts.hs
+++ b/Layouts.hs
@@ -16,7 +16,7 @@
-----------------------------------------------------------------------------
module Layouts (ChangeLayout(..), Choose, (|||), Resize(..), IncMasterN(..),
- Full(..), Tall(..), Mirror(..), splitVertically,
+ Full(..), Tall(..), Mirror(..), mirrorRect, splitVertically,
splitHorizontally, splitHorizontallyBy, splitVerticallyBy) where
import XMonad