]> Pileus Git - wmpus/commit
Add structure for tags and displays
authorAndy Spencer <andy753421@gmail.com>
Sun, 25 Sep 2011 07:02:07 +0000 (07:02 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 25 Sep 2011 09:39:55 +0000 (09:39 +0000)
commit640242b8552efd2f325c41b7a264f1d91137d3bc
treedffc82fe4b104692d5a089fbdf30d8e1835baa7a
parentc8fbd497f0c6b24ece62a771b238666b87c69261
Add structure for tags and displays

These don't actually do anything yet..

Each tag has multiple displays, but all the tags
should have the same number of displays with the
same root windows.

tag 0:
  +-----------+
  | display 0 |
  |           | +-------------------+
  |           | | display 1 | col 2 |
  |           | |       |   | win 0 |
  |           | | col 0 |   |-------|
  |           | |       |   | win 1 |
  +-----------+ +-------------------+

wm: {
tag 0: {
display 0: {
col 0: {
win 0:
win 1:
win n:
}
col 1: ...
col n: ...
}
display 1: ...
display n: ...
}
tag 1: ...
tag n: ...
}
wm-wmii.c