From b7806ba7c9dde861a305c0202f3c9024120a0fa7 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 31 Mar 2008 03:01:27 +0200 Subject: move Direction type from WindowNavigation to ManageDocks (ManageDocks will move into the core, taking Direction with it) darcs-hash:20080331010127-bd4d7-972600c072354b2c07a227ade70d4abf80fe418c.gz --- XMonad/Actions/MouseGestures.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Actions/MouseGestures.hs') 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 -- cgit v1.2.3