make a special "ALL" ObClientSet which contains all clients.
authorDana Jansens <danakj@orodu.net>
Fri, 29 Jul 2011 21:28:14 +0000 (17:28 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Oct 2011 22:55:15 +0000 (18:55 -0400)
commitecc79e7a9b68a4cea2d76ab7a21442d67758d3cb
tree8b2c6d246e9307c55a70324276e74a06076aadb7
parentb8517d30606d0cd7d0d0956e638bf953c9653d5b
make a special "ALL" ObClientSet which contains all clients.

This saves copying all the clients into the set.

IMPORTANT: This client set will test as a "true" boolean regardless of if there
  are clients present or not.
  - We did this to allow for boolean filters.  A boolean filter returns the
    "ALL" set for its true value, and an empty set for its false value.
openbox/client_set.c
openbox/client_set.h