aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/MouseGestures.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2008-03-31 03:01:27 +0200
committerBrent Yorgey <byorgey@gmail.com>2008-03-31 03:01:27 +0200
commitb7806ba7c9dde861a305c0202f3c9024120a0fa7 (patch)
tree9a9e8a9e095ae0fdebb042a677180a88fb7b0e95 /XMonad/Actions/MouseGestures.hs
parent0a424f41cc5867f23525a2813326d78d53ed255b (diff)
downloadXMonadContrib-b7806ba7c9dde861a305c0202f3c9024120a0fa7.tar.gz
XMonadContrib-b7806ba7c9dde861a305c0202f3c9024120a0fa7.tar.xz
XMonadContrib-b7806ba7c9dde861a305c0202f3c9024120a0fa7.zip
move Direction type from WindowNavigation to ManageDocks (ManageDocks will move into the core, taking Direction with it)
darcs-hash:20080331010127-bd4d7-972600c072354b2c07a227ade70d4abf80fe418c.gz
Diffstat (limited to 'XMonad/Actions/MouseGestures.hs')
-rw-r--r--XMonad/Actions/MouseGestures.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/MouseGestures.hs b/XMonad/Actions/MouseGestures.hs
index bf652e1..647803a 100644
--- a/XMonad/Actions/MouseGestures.hs
+++ b/XMonad/Actions/MouseGestures.hs
@@ -22,7 +22,7 @@ module XMonad.Actions.MouseGestures (
) where
import XMonad
-import XMonad.Layout.WindowNavigation (Direction(..))
+import XMonad.Hooks.ManageDocks (Direction(..))
import Data.IORef
import qualified Data.Map as M