summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad.hs')
-rw-r--r--XMonad.hs4
1 files changed, 1 insertions, 3 deletions
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