diff options
author | Don Stewart <dons@galois.com> | 2008-03-22 01:12:08 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2008-03-22 01:12:08 +0100 |
commit | 275fbdaa05d9b9cdae1d01f519c36ba25e8f9b70 (patch) | |
tree | eebd6b9b21cdb33642bfe30762d8133fc0f14b7f | |
parent | f08988053ef6bbc8cc14290cac54c33e05197c2f (diff) | |
download | metatile-275fbdaa05d9b9cdae1d01f519c36ba25e8f9b70.tar metatile-275fbdaa05d9b9cdae1d01f519c36ba25e8f9b70.zip |
whitespace
darcs-hash:20080322001208-cba2c-925f5833ec9ddceec267100d162042666185ea44
-rw-r--r-- | XMonad/Layout.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Layout.hs b/XMonad/Layout.hs index 7aca43a..5296b19 100644 --- a/XMonad/Layout.hs +++ b/XMonad/Layout.hs @@ -140,6 +140,8 @@ instance LayoutClass l a => LayoutClass (Mirror l) a where handleMessage (Mirror l) = fmap (fmap Mirror) . handleMessage l description (Mirror l) = "Mirror "++ description l +------------------------------------------------------------------------ + -- | tile. Compute the positions for windows using the default 2 pane tiling algorithm. -- -- The screen is divided (currently) into two panes. all clients are |