From cb73c6714004ffdd256b29f53f9c33b7e5388eb9 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Thu, 18 Oct 2007 19:00:58 +0200 Subject: make xmonad work with inverted main/config. darcs-hash:20071018170058-72aca-8018fed9e1c0bc2cf40664b766bb85f678a6a258 --- EventLoop.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EventLoop.hs') diff --git a/EventLoop.hs b/EventLoop.hs index 6490031..c6658db 100644 --- a/EventLoop.hs +++ b/EventLoop.hs @@ -39,7 +39,7 @@ import System.IO -- makeMain :: String -> String -> Layout Window -> [String] -> [(Int,Int,Int,Int)] -> M.Map (ButtonMask,KeySym) (X ()) -> M.Map (ButtonMask, Button) (Window -> X ()) - -> Int -> X () -> IO () + -> Dimension -> X () -> IO () makeMain normalBorderColor focusedBorderColor layoutHook workspaces defaultGaps keys mouseBindings borderWidth logHook = do dpy <- openDisplay "" -- cgit v1.2.3