summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-24 15:45:45 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-24 15:45:45 +0200
commitfd13b71de2c946f97384d2fdae505c844eb887b3 (patch)
tree4bf61a9395f80da15c4f538d8141f0b2e1a12c7f /StackSet.hs
parent98132d10ac3d2e55343b7051a5a7b82df7c5b22a (diff)
downloadmetatile-fd13b71de2c946f97384d2fdae505c844eb887b3.tar
metatile-fd13b71de2c946f97384d2fdae505c844eb887b3.zip
update screens for new kind of StackSet.
darcs-hash:20070924134545-72aca-22fae2616669c0b3906b08be0fc8f9ea27cff72a
Diffstat (limited to 'StackSet.hs')
-rw-r--r--StackSet.hs2
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.