summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
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.