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