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 | fd13b71de2c946f97384d2fdae505c844eb887b3 (patch) | |
tree | 4bf61a9395f80da15c4f538d8141f0b2e1a12c7f | |
parent | 98132d10ac3d2e55343b7051a5a7b82df7c5b22a (diff) | |
download | metatile-fd13b71de2c946f97384d2fdae505c844eb887b3.tar metatile-fd13b71de2c946f97384d2fdae505c844eb887b3.zip |
update screens for new kind of StackSet.
darcs-hash:20070924134545-72aca-22fae2616669c0b3906b08be0fc8f9ea27cff72a
-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. |