aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt.hs')
-rw-r--r--XMonad/Prompt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs
index 275f454..c9ae28d 100644
--- a/XMonad/Prompt.hs
+++ b/XMonad/Prompt.hs
@@ -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