diff options
Diffstat (limited to 'XMonad/Layout')
-rw-r--r-- | XMonad/Layout/Mosaic.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Layout/Mosaic.hs b/XMonad/Layout/Mosaic.hs index 75ab348..25ea8be 100644 --- a/XMonad/Layout/Mosaic.hs +++ b/XMonad/Layout/Mosaic.hs @@ -14,6 +14,8 @@ -- user-configurable relative area, while also trying to give them aspect -- ratios configurable at run-time by the user. -- +-- Marked as broken, Mar 2008 (memory leaks) +-- ----------------------------------------------------------------------------- module XMonad.Layout.Mosaic ( -- * Usage |