Add ObClientSet data type. It holds a set of clients !
authorDana Jansens <danakj@orodu.net>
Fri, 29 Jul 2011 20:00:02 +0000 (16:00 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 30 Sep 2012 15:58:08 +0000 (11:58 -0400)
commit016b0582486bdd501f65114bfd0ba281702b16fb
tree8f7cb22028535d3b68d0b2b721ac8c949f50e70b
parent6a6ac64496f5c5e3517f210baa5fdd5982c66666
Add ObClientSet data type.  It holds a set of clients !

The sets can be modified by union and intersection, and can have clients
added or removed with a test callback function.
They use a GHashTable underneath.
Makefile.am
openbox/client_set.c [new file with mode: 0644]
openbox/client_set.h [new file with mode: 0644]