From 50c9d007d5334e5dccdf61b98e26bcbe3df26324 Mon Sep 17 00:00:00 2001 From: Jason Creighton Date: Tue, 20 Mar 2007 05:42:53 +0100 Subject: changed type of getScreenInfo in Graphics.X11.Xinerama darcs-hash:20070320044253-b9aa7-d32f71aca7e91b282efaad1689310c5ca72a0e1f --- XMonad.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'XMonad.hs') diff --git a/XMonad.hs b/XMonad.hs index af4026d..0895999 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -28,8 +28,6 @@ import System.Posix.Process (executeFile, forkProcess, getProcessStatus) import System.Exit import Graphics.X11.Xlib -import Graphics.X11.Xinerama - import qualified Data.Map as M -- | XState, the window manager state. @@ -37,7 +35,7 @@ import qualified Data.Map as M data XState = XState { display :: Display , screen :: {-# UNPACK #-} !ScreenNumber - , xineScreens :: {-# UNPACK #-} ![XineramaScreenInfo] + , xineScreens :: {-# UNPACK #-} ![Rectangle] -- a mapping of workspaces to xinerama screen numbers , wsOnScreen :: {-# UNPACK #-} !(M.Map Int Int) , theRoot :: {-# UNPACK #-} !Window -- cgit v1.2.3