From 33e14e7ba7d5841d3f797971334d99e2785f9208 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 22 Oct 2007 18:34:11 +0000 Subject: [PATCH] StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of screen descriptions. --- StackSet.hs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/StackSet.hs b/StackSet.hs index f607764..654ff5d 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -208,9 +208,11 @@ abort x = error $ "xmonad: StackSet: " ++ x -- --------------------------------------------------------------------- -- $construction --- | /O(n)/. Create a new stackset, of empty stacks, with given tags, with --- 'm' physical screens. 'm' should be less than or equal to the number of --- workspace tags. The first workspace in the list will be current. +-- | /O(n)/. Create a new stackset, of empty stacks, with given tags, +-- with physical screens whose descriptions are given by 'm'. The +-- number of physical screens (@length 'm'@) should be less than or +-- equal to the number of workspace tags. The first workspace in the +-- list will be current. -- -- Xinerama: Virtual workspaces are assigned to physical screens, starting at 0. --