diff options
author | David Roundy <droundy@darcs.net> | 2007-09-24 15:45:45 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-09-24 15:45:45 +0200 |
commit | 24c46cfe13aa7a4e5699667f74e3e3560fdadcb5 (patch) | |
tree | 4bf61a9395f80da15c4f538d8141f0b2e1a12c7f | |
parent | 3ddeae7d34831eda92f9a8eb7c9dc94a02f70cef (diff) | |
download | xmonad-24c46cfe13aa7a4e5699667f74e3e3560fdadcb5.tar.gz xmonad-24c46cfe13aa7a4e5699667f74e3e3560fdadcb5.tar.xz xmonad-24c46cfe13aa7a4e5699667f74e3e3560fdadcb5.zip |
update screens for new kind of StackSet.
darcs-hash:20070924134545-72aca-22fae2616669c0b3906b08be0fc8f9ea27cff72a.gz
Diffstat (limited to '')
-rw-r--r-- | StackSet.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StackSet.hs b/StackSet.hs index 611c7f2..23b9936 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -389,7 +389,7 @@ focusWindow w s | Just w == peek s = s -- | Get a list of all screens in the StackSet. -screens :: StackSet i a s sd -> [Screen i a s sd] +screens :: StackSet i l a s sd -> [Screen i l a s sd] screens s = current s : visible s -- | Get a list of all workspaces in the StackSet. |