diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-09 04:06:40 +0100 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-09 04:06:40 +0100 |
commit | b25e07caf6d88611fded494ab4f19b5b87641e2e (patch) | |
tree | d8be3717e13c3019ea2b91ccd9dbf3eacd7333be | |
parent | 5bce29df834e19c0512d57b4e236f5b7c4c6ea10 (diff) | |
download | xmonad-b25e07caf6d88611fded494ab4f19b5b87641e2e.tar.gz xmonad-b25e07caf6d88611fded494ab4f19b5b87641e2e.tar.xz xmonad-b25e07caf6d88611fded494ab4f19b5b87641e2e.zip |
comments
darcs-hash:20070309030640-9c5c1-a997af4090d9ba5e881d34dd6623e7ab62bec867.gz
-rw-r--r-- | StackSet.hs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/StackSet.hs b/StackSet.hs index 9f8cdb6..c15665d 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -11,7 +11,12 @@ ----------------------------------------------------------------------------- -- -- The 'StackSet' data type encodes a set of stacks. A given stack in the --- set is always current. +-- set is always current. Elements may appear only once in the entire +-- stack set. +-- +-- A StackSet provides a nice datastructure for multiscreen +-- windowmanagers, where each screen has a stack of windows, and a window +-- may be on only 1 screen at any given time. -- module StackSet ( |