diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2008-02-20 22:49:34 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2008-02-20 22:49:34 +0100 |
commit | 17a38a7738df3f734f858bd7b348de2fe352f52b (patch) | |
tree | f62fcc0b9fedfef6340f011f80c7b89e460f2a80 /XMonad | |
parent | 91d3da522ea48107fccd1733e8d7a994d6f467ef (diff) | |
download | XMonadContrib-17a38a7738df3f734f858bd7b348de2fe352f52b.tar.gz XMonadContrib-17a38a7738df3f734f858bd7b348de2fe352f52b.tar.xz XMonadContrib-17a38a7738df3f734f858bd7b348de2fe352f52b.zip |
Decoration: some haddock updates
darcs-hash:20080220214934-32816-92ef34d4eddb3769bcd71eede75aa77936771642.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Layout/Decoration.hs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/XMonad/Layout/Decoration.hs b/XMonad/Layout/Decoration.hs index 0119f37..b6ad7a6 100644 --- a/XMonad/Layout/Decoration.hs +++ b/XMonad/Layout/Decoration.hs @@ -177,11 +177,8 @@ instance Eq a => DecorationStyle DefaultDecoration a -- | The long 'LayoutModifier' instance for the 'Decoration' type. -- --- In 'redoLayout' we check if the decoration style requires --- decorating the first window. If not and the underlying layout --- produced just one window not we release the state. --- --- If there's no state we initialize it. +-- In 'redoLayout' we check the state: if there is no state we +-- initialize it. -- -- The state is 'diff'ed against the list of windows produced by the -- underlying layout: removed windows get deleted and new ones |