aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/GridSelect.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Actions/GridSelect.hs')
-rw-r--r--XMonad/Actions/GridSelect.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/XMonad/Actions/GridSelect.hs b/XMonad/Actions/GridSelect.hs
index afc37ae..94432a0 100644
--- a/XMonad/Actions/GridSelect.hs
+++ b/XMonad/Actions/GridSelect.hs
@@ -63,10 +63,13 @@ module XMonad.Actions.GridSelect (
moveNext, movePrev,
select,
cancel,
- transformSearchString
+ transformSearchString,
-- * Screenshots
-- $screenshots
+
+ -- * Types
+ TwoDState,
) where
import Data.Maybe
import Data.Bits