diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-10-09 18:35:05 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-10-09 18:35:05 +0200 |
commit | 63c3e5e7b62530754144db66c78329b099011396 (patch) | |
tree | c83d7b57e2221fb6d4f2e0a0487e12e0d883c421 | |
parent | af78a161d4e040cfed8b05080b03c4d70e9352f9 (diff) | |
download | XMonadContrib-63c3e5e7b62530754144db66c78329b099011396.tar.gz XMonadContrib-63c3e5e7b62530754144db66c78329b099011396.tar.xz XMonadContrib-63c3e5e7b62530754144db66c78329b099011396.zip |
WindowBringer: export windowMapWith used by WindowPrompt
darcs-hash:20071009163505-32816-9689ba57f37826b9a986b5db9fbe3d27ed902b17.gz
-rw-r--r-- | WindowBringer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WindowBringer.hs b/WindowBringer.hs index e286910..452d552 100644 --- a/WindowBringer.hs +++ b/WindowBringer.hs @@ -15,7 +15,7 @@ module XMonadContrib.WindowBringer ( -- * Usage -- $usage - gotoMenu, bringMenu + gotoMenu, bringMenu, windowMapWith ) where import Control.Monad.State (gets) |