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>
Wed, 3 Aug 2011 21:45:00 +0000 (17:45 -0400)
commitb14386883dea7e36e48790c71c2a7224857e01fa
treee48598533a4f7c0d2094774843af7a8938d0b472
parente39b30fea4be484baa1e409e8354ffebf2dfb69a
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]