mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Don't strictify the Display component, this triggers a bug in GHC 6.6
This commit is contained in:
parent
adbee1ce2c
commit
b1d4d97c1a
@ -73,7 +73,7 @@ import System.Posix.Files
|
|||||||
type XP = StateT XPState IO
|
type XP = StateT XPState IO
|
||||||
|
|
||||||
data XPState =
|
data XPState =
|
||||||
XPS { dpy :: !Display
|
XPS { dpy :: Display
|
||||||
, rootw :: !Window
|
, rootw :: !Window
|
||||||
, win :: !Window
|
, win :: !Window
|
||||||
, screen :: !Rectangle
|
, screen :: !Rectangle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user